home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 September
/
WIN95_09962.iso
/
vrml
/
MWE105.ZIP
/
EExamples
/
Loop.vxr
< prev
next >
Wrap
Text File
|
1996-01-24
|
377b
|
27 lines
#VRML V1.0 ascii
Separator {
# Options: ON OFF AUTO
renderCulling AUTO
OUTPUT_TO Loop.wrl
DEF BackgroundColor Info {
string ".5 .1 .2"
}
LOOP {
fields [SFLong start, SFLong end, SFLong position, SFLong step]
start -3
end 4
Separator {
Translation {
translation 0 position 0
}
Sphere {
radius .5
}
}
}
}