home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pose1os2.zip
/
EXAMPLES
/
CHASE
/
SCENE1
/
FLOOR.SIM
< prev
next >
Wrap
Text File
|
1995-05-06
|
590b
|
21 lines
// -- exported variables for this object
//
// x ............ --
// y ............ |-- Vector to normal of Plane (only one should be set)
// z ............ --
// offset ....... Numeric distance of displacement from the normal from origin
// no_shadow .... A boolean (true or false) indicating whether this object
// casts a shadow in the scene
// inverse ...... A boolean (true or false) indicating whether this object
// should be inverted
initialize {
x = 0;
y = 1;
z = 0;
offset = -4;
pigment.color = "White";
}