// Last edited on 2014-07-02 14:08:35 by stolfilocal // Textures. #declare tx_blue = texture { pigment { color rgb < 0.200, 0.300, 1.000 > } finish { diffuse 0.85 ambient 0.15 } } #declare tx_quoise = texture { pigment { color rgb < 0.400, 0.800, 1.000 > } finish { diffuse 0.85 ambient 0.15 } } #declare tx_orange = texture { pigment { color rgb < 1.000, 0.750, 0.000 > } finish { diffuse 0.85 ambient 0.15 } } #declare tx_yolk = texture { pigment { color rgb < 1.000, 0.900, 0.000 > } finish { diffuse 0.85 ambient 0.15 } } #declare tx_yellow = texture{ pigment{ color rgb < 1.000, 0.900, 0.350 > } finish{ diffuse 0.85 ambient 0.15 } } #declare tx_red = texture { pigment { color rgb < 1.000, 0.000, 0.000 > } finish { diffuse 0.85 ambient 0.15 } } #declare tx_green = texture { pigment { color rgb < 0.100, 0.800, 0.000 > } finish { diffuse 0.85 ambient 0.15 } }