mdl 1.0;

/*
bump_file_texture = ['Images\\shaders\\../textures/organic/wood/maple/unfinished maple endgrain bump.jpg']
mtl_ior = ['1', ',']
blurryReflections = ['off', ',']
sw_shader = ['unfinishedmapleendgrain']
doubleSided = ['on', ',']
displacementDistance = ['1e-005', ',']
specular_color = ['1', '1', '1', ',']
normalMapName = [u'../textures/organic/wood/maple/unfinished maple endgrain bump.jpg']
g_bUseBumpMap = [u'true']
DefaultShininess = [u'1.0']
luminousIntensity = ['0', ',']
reflectivity = ['0', ',']
roughness = ['0', ',']
diffMapName = [u'../textures/organic/wood/maple/unfinished maple endgrain.jpg']
TextureScale = [u'2.857']
col1 = ['1', '1', '1', ',']
color_texname = ['Images\\textures\\organic\\wood\\maple\\unfinished maple endgrain.jpg']
refractionRoughness = ['0', ',']
bumpTexture = ['Images\\shaders\\../textures/organic/wood/maple/unfinished maple endgrain bump.jpg', ',']
specular_factor = ['0.01', ',']
bumpStrength = ['1e-005', ',']
diffuse_factor = ['1', ',']
DefaultSpecular = [u'0.01']
num_cols = ['0', ',']
transparency = ['0', ',']
bumpIsNormalMap = ['on', ',']
*/

import solidworks::solidworks::*;
import anno::*;
import base::*;

export material unfinished_maple_endgrain_2d(*)
= solidworks::solidworks::solidworks(
    texture_scale: 2.857,
    base_color: color(1,1,1),
    diffuse_factor: 1,
    enable_diffuse_map: true,
    diffuse_texture: texture_2d("Images/textures/organic/wood/maple/unfinished maple endgrain.jpg"),
    enable_bump_map: true,
    bump_texture: texture_2d("Images/textures/organic/wood/maple/unfinished maple endgrain bump.jpg"),
    bump_strength: 1e-005,
    bump_is_normal_map: false,
    specular_color: color(1,1,1),
    reflectivity: 0,
    enable_blurry_reflections: false,
    roughness: 0,
    transparency: 0,
    mtl_ior: 1
);
