home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 2
/
ctrom_ii_b.zip
/
ctrom_ii_b
/
DOS
/
GRAFISCH
/
RAYTRACE
/
VIVID
/
VENUS3.V
< prev
next >
Wrap
Text File
|
1992-03-16
|
894b
|
69 lines
// Venus de Milo in water
#include color.v
studio {
from 1 -10 2
at 0 0 0
up 0 0 1
angle 60
res 360 480
antialias adaptive
threshold 2
aspect 3/4
background {
greys.map
up 0 0 -1
}
ambient white * .1
}
light {
type point
falloff 0
position 1 -.5 5
color white * .5
}
light {
type point
falloff 0
position -2 -4 5
color white * .5
}
// water surface
surf {
diff 0 .1 .05
spec .05 .15 .1
trans .5 .8 .7
ior 1.2
shine 100 white
bump {
wave { center -.5 .2 -.8 wavelength 1.3 amp .2 }
wave { center .6 -.3 -.8 wavelength .9 amp .1 }
}
}
ring { center 0 0 -1 normal 0 0 1 radius 10000 }
// metallic venus surface
surface {
bump {
turbulence {
scale .025 .025 .025
amp .5
terms 5
}
}
diffuse steel_blue
spec white * .4
shine 10 gold
}
#include venus.vo