home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
raytrace
/
_pov_dat
/
plant
/
plant.pi
< prev
next >
Wrap
Text File
|
1993-10-07
|
441b
|
30 lines
// Generic Polyray input File
// Shape Test file
include "..\colors.inc"
viewpoint {
from <0,14,-25>
at <0,8,0>
angle 45
aspect 4/3
resolution 320, 240
}
light <40,100,-100>
include "plant.inc"
plant //{YourTexture}
// for -t option
object {
disc <0, 0, 0>, <0, 1, 0>, 1000
texture{ surface{
color <1, 0.75, 0.3>
ambient 0.3
diffuse 0.7 } }
}