| | "Smoke" color in POV
|
| Has anyone found good POV values for the smoke colored SW windscreen? -John Van (25 years ago, 20-Aug-99, to lugnet.cad)
| | | | Re: "Smoke" color in POV
|
| Travis Dickinson sent me this, which works pretty well: #declare clear_dark_gray = material { texture { pigment {rgbf <0.40, 0.40, 0.40, .9>} finish { ambient 0.3 diffuse 0.6 reflection 0.25 refraction 1 ior 1.5 phong 0.3 phong_size 60 } } } BTW: (...) (25 years ago, 23-Aug-99, to lugnet.cad)
| |