home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
raytrace
/
_pov_dat
/
bbugfi
/
bf1.pov
< prev
next >
Wrap
Text File
|
1994-04-09
|
696b
|
36 lines
#include "shapes.inc"
#include "colors.inc"
#include "textures.inc"
camera {
location <-50, 300, -650>
direction <0.0 0.0 4.0>
up <0.0 1.0 0.0>
right <1.333333 0.0 0.0>
look_at <-20.0 150.0 0.0>
}
object { light_source { <-400.0, 300.0, -55.0>
color rgb <0.8, 0.8, 0.8> } }
object { light_source { <-150.0, 300.0, -55.0>
color rgb<0.23, 0.23, 0.35> } }
//bug light
object { light_source { <-48.5, 350, -625>
color Gray85
spotlight
point_at <-48.5, 295, -620>
tightness 50
radius 11
falloff 25
}
}
#include "land.inc"
#include "mysky.inc"
#include "bugfish.inc"