home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Raytrace & Morphing
/
SOS-RAYTRACE.ISO
/
programm
/
utility
/
windows
/
objrep
/
egg.inc
< 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
|
1994-02-21
|
352 b
|
23 lines
// File for testing Replicator
// Basic_Texture
#declare Basic_Texture =
finish {
ambient .4
diffuse .8
phong 1
phong_size 100
brilliance 2
}
// Egg
#declare Egg=
object { sphere { <0, 0, 0>, .5 }
finish { Basic_Texture}
pigment { White }
scale < 1, 1.5, 1 >
}