home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Raytrace & Morphing
/
SOS-RAYTRACE.ISO
/
programm
/
raytrace
/
polyray
/
dat
/
stones
/
stone1.pi
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-18
|
347 b
|
24 lines
// Sample Polyray file
//
viewpoint {
from <0, 2, -10>
at <0,0,0>
up <0,1,0>
angle 30
resolution 128, 128
aspect 1
}
background midnightblue
light <-10, 8, -10>
light < 10, 8, -10>
include "..\colors.inc"
include "stones.inc"
object {
sphere <0, 0, 0>, 2
Stone1 { scale <0.5, 0.5, 0.5> }
}