#VRML V1.0 ascii
LOD {
range [ 10 ]
center 0 0 0
Separator {
Separator {
Coordinate3 {...} # data here
IndexedFaceSet {...}
}
Separator {
Coordinate3 {...} # more data here
IndexedFaceSet {...}
}
}
Separator { # different level of detail object
Separator {
Coordinate3 {...} # alternate data
IndexedFaceSet {...}
}
Separator {
Coordinate3 {...} # more alternate data
IndexedFaceSet {...}
}
}
}
which I would guess is LOD with two children, each child containing two
objects.
If anyone can "debug" the above, or can point me at a working example of LOD,
I'd appreciate it.
Thanks,
Eric Haines
[email protected]