Thomas Gilbert Giusepe wrote:
> I have tried to find a vrml97.jar file to download. But all that I could
> found was a x3d VRMLLoader, what I believe that is the new version from the
> vrml loader for Java3D - really I don't if it's better such new version,
> when you just want to load a vrml file.
In some areas better in some areas worse. The later version is more
compliant with the spec, but suffers from an incomplete implementation
of some nodes (all the important ones, except ElevationGrid are
implemented). The major difference is in the implementation of the event
model. If you want conformant event processing, the later version is
better. If all you want is static geometry loading then it really
doesn't matter which one you use.
Missing from the newer version is externproto support and some nodes.
Proto support is about 80% (I just committed the code that is good
enough to run Nancy, a H-anim model). EAI II support is about 30%
currently (get/set only, nothing fancy like event buffering or event
listeners).
> So, anyway, this beautiful loader
> can't converse with my Visual Cafe environment. Always I have the following
> error:
>
> Class org.web3d.vrml.j3d.VRMLLoader not found in import
That sounds more like you have a setup problem with VC than anything
else.
> Could someone send to me the old and pretty nice vrml97.jar file please?
You can find this as part of Sun's J3DFly program on Sun's Java3D
website. I'm not aware of it being available anywhere else.
--
Justin Couch http://www.vlc.com.au/~justin/
Freelance Java Consultant http://www.yumetech.com/
Author, Java 3D FAQ Maintainer http://www.j3d.org/
-------------------------------------------------------------------
"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".