Subject:
|
POV-RAY light-green color
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Thu, 19 Aug 1999 10:22:07 GMT
|
Viewed:
|
696 times
|
| |
| |
L3P declares Color10 (Light-Green) this way:
#declare Color10 = #if (version >= 3.1) material { #end texture {
pigment { rgb <0.862745,1,0.0392157> }
finish { ambient AMB diffuse DIF }
The result is some neon yellow kinda colour.
LDraw FAQ defines light-green this way:
Light green
LDraw: 10
RGB: 51 255 102
I have to change the declaration this way to make it acceptable:
#declare Color10 = #if (version >= 3.1) material { #end texture {
pigment { rgb <0.2,1,0.4> }
finish { ambient AMB diffuse DIF }
|
|
1 Message in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|