home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 2
/
ctrom_ii_b.zip
/
ctrom_ii_b
/
DOS
/
GRAFISCH
/
RAYTRACE
/
VIVID
/
STRIPE.VO
< prev
next >
Wrap
Text File
|
1992-02-13
|
450b
|
30 lines
// striped pool ball
// do the stripe first
COLOR_SURF
sphere {
center 0 0 0
radius 1.25
clip { center 0 0 .5 normal 0 0 -1 }
clip { center 0 0 -.5 normal 0 0 1 }
}
// then the white part
WHITE_SURF
sphere { // top half
center 0 0 0
radius 1.25
clip { center 0 0 .5 normal 0 0 1 }
}
sphere { // bottom half
center 0 0 0
radius 1.25
clip { center 0 0 -.5 normal 0 0 -1 }
}