| | Silver and Gold Metalic Colors in POV-Ray Ahui Herrera
| | | I have the following object in POV-Ray (the great sword) object { _59_dot_dat matrix <1-SW/8,0,0,0,1-SW/1...3.11111,0> matrix <0,1,0,-0.707107,0,-...,25,94,55> #if (version >= 3.1) material #else texture #end { Color7 } } and I want to use a (...) (22 years ago, 17-Jan-03, to lugnet.cad)
| | | | | | | | Re: Silver and Gold Metalic Colors in POV-Ray Orion Pobursky
| | | | | (...) Silver Crome is color 383 Gold Crome is color 334 Just whip up a DAT file of your object and color it one of the above colors. or use this for silver chrome: #ifndef (Color383) #declare Color383 = #if (version >= 3.1) material { #end texture { (...) (22 years ago, 17-Jan-03, to lugnet.cad)
| | | | | | | | | | | | Re: Silver and Gold Metalic Colors in POV-Ray Ahui Herrera
| | | | | (...) Is this information somewhere on the web? Thanks -AHui (22 years ago, 17-Jan-03, to lugnet.cad)
| | | | | | | | | | | | Re: Silver and Gold Metalic Colors in POV-Ray Clark Stephens
| | | | | | AHui, My Color Roots page has this conversion along with several other LDraw conversions: (URL) got the numbers from a variety of sources including my copy of MLCad, the LDraw.org site & previous posts on Lugnet. If anyone has any more information, (...) (22 years ago, 17-Jan-03, to lugnet.cad)
| | | | | | | | | | | | | Re: Silver and Gold Metalic Colors in POV-Ray Chris Dee
| | | | | (...) object { (...) _59_dot_dat (...) matrix <1-SW/8,0,0,0,1-SW/1...3.11111,0> (...) matrix <0,1,0,-0.707107,0,-...,25,94,55> (...) #if (version >= 3.1) material #else texture #end { Color7 } (...) } (...) On ldraw.org at (URL) (22 years ago, 18-Jan-03, to lugnet.cad)
| | | | | | |