Josh Richmond wrote:
> It's unfortunate that it's spec'd that way. I'm planning on embedding some user
>information in the WorldInfo node, so I guess my modified version of the loader will
>not be correct. Could you (or anyone) recommend a more correct way of adding user
>information so that it can be retrieved?
Under VRML97, no can do. It was not designed for that. User information
does not exist in the file. WorldInfo was basically for a browser to put
a title on the screen and maybe something in an About box for the world.
Nothing usable by the application code. You'll want to use VRML3/X3D,
which can use meta tags for this sort of thing.
The X3D loader is not particularly stable at the moment. It's undergoing
some massive rewrites to provide full DOM and SAI capabilities (still
using the existing VRML97 loader for rendering purposes in Java3D). Feel
free to pitch in and help us if you need some specific capability. The
current plan is to have most of the large scale work complete by the
Web3D conference on Feb 19.
--
Justin Couch Author, Java Hacker
http://www.vlc.com.au/~justin/ Java 3D FAQ Maintainer
http://www.j3d.org/ J3D.org The Java 3D Community Site
-------------------------------------------------------------------
"Humanism is dead. Animals think, feel; so do machines now.
Neither man nor woman is the measure of all things. Every organism
processes data according to its domain, its environment; you, with
all your brains, would be useless in a mouse's universe..."
- Greg Bear, Slant
-------------------------------------------------------------------
===========================================================================
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".