home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
raytrace
/
_pov_dat
/
slug1
/
slug1.pov
< prev
next >
Wrap
Text File
|
1992-12-30
|
669b
|
32 lines
//---- A Large Slug Creature Guards his Ancient Temple ....Miller 12/27/92
#include "colors.inc"
#include "shapes.inc"
#include "tower.inc"
#include "land.inc"
#include "plant.inc"
#include "slug.inc"
max_trace_level 4
camera {
location <70 1100 -3700>
direction <0 0 1.5>
up <0 1 0>
right <1.33 0 0>
look_at <0 980 0>
}
//------- Lights
object { light_source { <-6100 4000 -3000> color White } }
object { light_source { <7000 3000 -1000> color White } }
object { light_source { <4000 5000 -4000> color White } }
object { light_source { <-2000 2000 4000> color Gold } }
object { light_source { <300 550 -1500> color Gold } }