#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
}
}
}
}