home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
utilities
/
utilsp
/
povray
/
!POVscene
/
math
/
pov
/
teardrop
< prev
next >
Wrap
Text File
|
1992-09-27
|
597b
|
37 lines
// Persistence Of Vision raytracer version 1.0 sample file.
// Sample qaurtic file
// by Alexander Enzmann
#include "shapes"
#include "colors"
#include "textures"
#include "shapesq"
object {
quartic { Piriform sturm }
rotate <0 0 -90>
translate <0 0.5 0>
scale <2 10 2>
texture {
color SteelBlue
phong 1.0
phong_size 20
ambient 0.2
diffuse 0.8
}
}
camera {
location <0.0 0.0 -12.0>
up <0.0 1.0 0.0>
right <1.33 0.0 0.0>
look_at <0.0 0.0 0.0>
}
object {
light_source { <200 30 -500>
colour White
}
}