// Some nice acquer textures // // Assumes defined // // highlight_color // // Defines // // texture_lacquer_{,md,lt}red // texture_lacquer_{,md,lt}blue // texture_lacquer_{,md,lt}green // texture_lacquer_{,md,lt}gold // Red // #declare lacquer_color = color rgb <0.50, 0.00, 0.08>; #declare lacquer_color = color rgb <0.50, 0.00, 0.08>; #include "textures/lacquer.inc" #declare texture_lacquer_red = texture{texture_lacquer} #declare lacquer_color = color rgb <0.66, 0.00, 0.09>; #include "textures/lacquer.inc" #declare texture_lacquer_mdred = texture{texture_lacquer} #declare lacquer_color = color rgb <0.72, 0.00, 0.10>; #include "textures/lacquer.inc" #declare texture_lacquer_ltred = texture{texture_lacquer} // Blue #declare lacquer_color = color rgb <0.00, 0.30, 0.60>; #include "textures/lacquer.inc" #declare texture_lacquer_blue = texture{texture_lacquer} #declare lacquer_color = color rgb <0.00, 0.37, 0.68>; #include "textures/lacquer.inc" #declare texture_lacquer_mdblue = texture{texture_lacquer} #declare lacquer_color = color rgb <0.00, 0.44, 0.77>; #include "textures/lacquer.inc" #declare texture_lacquer_ltblue = texture{texture_lacquer} // Green #declare lacquer_color = color rgb <0.06, 0.30, 0.00>; #include "textures/lacquer.inc" #declare texture_lacquer_green = texture{texture_lacquer} #declare lacquer_color = color rgb <0.08, 0.40, 0.00>; #include "textures/lacquer.inc" #declare texture_lacquer_mdgreen = texture{texture_lacquer} #declare lacquer_color = color rgb <0.10, 0.50, 0.00>; #include "textures/lacquer.inc" #declare texture_lacquer_ltgreen = texture{texture_lacquer} // Gold #declare lacquer_color = color rgb <0.30, 0.23, 0.00>; #include "textures/lacquer.inc" #declare texture_lacquer_gold = texture{texture_lacquer} #declare lacquer_color = color rgb <0.55, 0.42, 0.00>; #include "textures/lacquer.inc" #declare texture_lacquer_mdgold = texture{texture_lacquer} #declare lacquer_color = color rgb < 0.80, 0.61, 0.00 >; #include "textures/lacquer.inc" #declare texture_lacquer_ltgold = texture{texture_lacquer}