// Metal textures: silver and gold // // Defines // // texture_silver // texture_gold #declare metal_color = color rgb < 1.00, 0.77, 0.00 >; #include "textures/metal.inc" #declare texture_gold = texture{ texture_metal } #declare metal_color = color rgb < 0.95, 0.97, 1.00 >; #include "textures/metal.inc" #declare texture_silver = texture{ texture_metal } #declare metal_color = color rgb < 0.95, 0.97, 1.00 >; #include "textures/metal.inc" #declare texture_bronze = texture{ texture_metal }