home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 September
/
WIN95_09962.iso
/
vrml
/
VRW_NT.ZIP
/
LODTEST.WRL
< prev
next >
Wrap
Text File
|
1995-07-26
|
411b
|
17 lines
#VRML V1.0 ascii
# test file for LOD (level of detail)
Material { diffuseColor 0 1 0 }
LOD {
center 0 0 0 # center of children
range [ 5, 10 ] # increasing ranges
# for n ranges there should be n+1 children
# too few children: use last one
# too many children: ignored
Cube { } # for [0, 3)
Sphere { } # for [3, 5)
Cone { } # for [5, inf)
# Cylinder { }
}