home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
NEWS
/
1658
/
POVREV
/
LOOKAT.POV
< prev
next >
Wrap
Text File
|
1993-10-07
|
514b
|
19 lines
#include "colors.inc"
#include "textures.inc"
#include "shapes.inc"
#include "twisty.inc" // ****put .INC file here
// this file will let you view one of your objects, using the
// same camera location as the "3D" view within PoVReV.
camera {
location <-6.9 6.9 -6.9>
direction <0 0 1.5>
up <0 1 0>
right <1.3333 0 0>
look_at <0 0 0>
}
object { light_source {<-8 8 -8> color red 0.7 green 0.7 blue .7 } }
object { twisty } // ****put object here