home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ANews 3
/
AnewsCD3.iso
/
atari
/
GRAPHX
/
POV
/
68030.060
/
POV31G30
/
POVRAY_3.1G
/
SCENES
/
OBJECTS
/
CRATER.POV
< prev
next >
Wrap
Text File
|
1999-10-30
|
439b
|
21 lines
// Persistence Of Vision raytracer version 3.1 sample file.
// CRATER.POV
// Render CRAT_DAT.POV to create CRAT_DAT.PNG and then render CRATER.POV
global_settings { assumed_gamma 2.2 }
#include "colors.inc"
camera{location <0,8,-20> direction z*5 look_at 0}
light_source{<1000,1000,-1000> White}
height_field {
png "crat_dat.png"
smooth
pigment {White}
translate <-.5, 0, -.5>
scale <17, 1.75, 17>
}