home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
raytrace
/
povshell
/
colormap.tpl
< prev
next >
Wrap
Text File
|
1994-01-17
|
625b
|
24 lines
//Color_map.tpl
/*
A color map is specified by...
color_map {
[ NUM_1 color C1]
[ NUM_2 color C2]
[ NUM_3 color C3]
...
}
Where NUM_1, NUM_2... are float values between 0.0 and 1.0 inclusive. C1,
C2 ... are color specifications. NOTE: the [] brackets are part of the
actual statement. They are not notational symbols denoting optional parts.
The brackets surround each entry in the color map. There may be from 2 to
20 entries in the map.
*/
color_map {
[ ]
[ ]
[ ]
}