home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Raytrace & Morphing
/
SOS-RAYTRACE.ISO
/
programm
/
scripts
/
pov
/
froggy
/
eyeball.inc
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-03-29
|
332 b
|
18 lines
//This is an eyeball
#declare Eyeball=
composite {
object {
sphere {<-0.05219 0.05219 0> 2}
texture {YourTexture}
}
object {
sphere {<-0.57411 0.05219 0> 1.65}
texture {color White}
}
object {
sphere {<-1.3048 0.15658 0> 1}
texture {color Black}
}
}