NamedObjects feature request
Brought to you by:
skonno
Hi.
Do you plan to make access to named objects in loaded
vrml model?
For example, java3d loader interface define method
load() which returns Scene object, which, in turn, has
method getNamedObjects(). Using named objects I can
manipulate 3d model programatically.
Currently, your vrml loader (cyberVRML) does not
provide this feature.