I've got a program which is based off the the Vrml97Player code.  It needs
to send events to a running sceneGraph based off user input.  I've hacked a
way to do it(add getNamedObjs to vrml.Browser and
sun.com.j3d.loaders.vrml97.impl.Browser) but this seems really ugly.

Know of any other way I can do this that might be more standard(ie not
having to have custom x3d classes)

Looking at Justin Couch's work with the EAI interface he proposed a
Browser.getNode() interface which would do what I
want(http://www.vrml.org/WorkingGroups/vrml-eai/Specification/part2/java
Bind.html#B.5.2.11).  Is it worth implementing these symantics and adding
it to the package?  I imagine that others are trying to do this same
thing...

-Alan Hudson

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to