[JAVA3D] VRML Loaders: NCSA, Sun Loader, Sun Fly Through, 'New' X3d/VRML Loaders

2002-02-19 Thread P. Flavin
Good design often separates data from implementation code and loading 3d models as VRML datafiles into a modern, efficient language like Java3d gives you a portable, efficient, network friendly solution. Multiple loaders exist and have been successfully used for Java3d, by Sun, and other parties,

[JAVA3D] VRML Loaders: Sun's Fly Trough Demo Source IS available, NCSA, & better Loaders.

2002-02-18 Thread P. Flavin
VRML can be animated with Java3d using: 1) Sun's VRML Loaders donated to Web3d 2) Sun's Java3d Fly Through Demo 3) NCSA's VRML Loaders 4) the 'new' xj3d / VRML Loaders | ... Java 3D Fly Through ... is missing | | the .java source code files ... ? | | My download from this link yielde

Re: [JAVA3D] VRML Loaders

2001-03-31 Thread Martin Baker
;[EMAIL PROTECTED]>" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 5:29 PM Subject: [JAVA3D] VRML Loaders > I am trying to find documentation on what is allowed/not allowed in the VRML loaders. For instance, I can't see

[JAVA3D] VRML Loaders

2001-03-30 Thread Gold, Rich <[EMAIL PROTECTED]>
I am trying to find documentation on what is allowed/not allowed in the VRML loaders. For instance, I can't seem to load PROTOs. Anybody got a pointer? Thanks, Rich Gold === To unsubscribe, send email to [EMAIL PROTECTED]

[JAVA3D] Vrml Loaders

2001-03-27 Thread Juan Antonio
Hello, where can I obtain the packages com.sun and javax.media?

Re: [JAVA3D] Vrml Loaders

2001-03-26 Thread Koen Vanderloock
Download the vrml loader on the site j3d.org under utilities or download Java 3D fly through.With the latter program you can load vrml files. - Original Message - From: Juan Antonio To: [EMAIL PROTECTED] Sent: maandag 26 maart 2001 15:48 Subject: [JAVA3D] Vrml

[JAVA3D] Vrml Loaders

2001-03-26 Thread Juan Antonio
Hello, I'm a student and I'm doing a project about VRML and Java3D. Please, somebody can send me an example about vrml loaders and where can I download the jar files?   Excuse me for my English, thanks you for your attention.

Re: [JAVA3D] VRML Loaders

2001-03-23 Thread Justin Couch
Leyland Needham wrote: > which is the developement of a standard parallel (or meant to succeed) VRML, > it supports VRML files as well as the X3D files. VRML is composed of a number of versions. VRML97 is the current one (aka VRML 2.0). Xj3D is a project that implements both VRML97 and is a test

Re: [JAVA3D] VRML Loaders

2001-03-23 Thread giles
If Java3D Fly is using the loader interface(ie time-zero, no animations) loading then I should have an update within the next two weeks, maybe sooner as things are going well in cleaning up the code. Is there an expected follow-up release cycle that I might shot for? Would love to get the latest

Re: [JAVA3D] VRML Loaders

2001-03-23 Thread Paul Byrne
TECTED]>" <[EMAIL PROTECTED]> >Subject: [JAVA3D] VRML Loaders >To: [EMAIL PROTECTED] > >I have been playing successfully with the builtin .obj loader and now want to start working with the VRML (.wrl) loader. I think I found one on the sun site as part of the fly-thru demo

Re: [JAVA3D] VRML Loaders

2001-03-22 Thread giles
> But I find the instructions to be made a little more complex then they need > to be (a kind of useless plug of Cygwin in there). Chances are you already > installed the JDK and Java3D so you can skip 2 and 3, You can skip the Cygwin > portion of it which is 5. > Well we are heavily unix based w

Re: [JAVA3D] VRML Loaders

2001-03-22 Thread Leyland Needham
>From the java.sun.com's Java3D section, they have a link to the Xj3D project, which is the developement of a standard parallel (or meant to succeed) VRML, it supports VRML files as well as the X3D files. http://hypermultimedia.com/Xj3D/ This is where the instructions to install it are at.. htt

[JAVA3D] VRML Loaders

2001-03-22 Thread Gold, Rich <[EMAIL PROTECTED]>
I have been playing successfully with the builtin .obj loader and now want to start working with the VRML (.wrl) loader. I think I found one on the sun site as part of the fly-thru demo on the main download page (but am not sure that this is the latest version etc.) Does anyone know what is th

Re: [JAVA3D] VRML Loaders

2001-03-13 Thread John Richardson
Hello, >John Richardson wrote: > >> VRML 97 is an ISO standard so it is open source. > >Bzzzt. Wrong answer. ISO != Open Source. In fact, most ISO standards are >incredibly closed due to patent limitations (look at the MPEG spec for a >classic example). Sure anyone can purchase a copy of an ISO s

[JAVA3D] Vrml Loaders

2001-03-12 Thread Jonathan Albert C. Vallar
Hi! has anybody used the VRML Loaders from the java3d-vrml group? Can somebody give me an overview of what to do? >From the simpleviewer example, 1) Create a vrmlloader object 2) Load the file in the object 3) Get the scene 4) Get the branchgroup from the scene 5) Attach the branchgroup to the v

Re: [JAVA3D] VRML Loaders

2001-03-12 Thread Justin Couch
John Richardson wrote: > VRML 97 is an ISO standard so it is open source. Bzzzt. Wrong answer. ISO != Open Source. In fact, most ISO standards are incredibly closed due to patent limitations (look at the MPEG spec for a classic example). Sure anyone can purchase a copy of an ISO spec, but you ha

Re: [JAVA3D] VRML Loaders

2001-03-12 Thread John Richardson
Hello, VRML 97 is an ISO standard so it is open source. It is extensible which means it can be incredibly complex and annoying due to browser implementations of Java. The primary commercial browser VRML viewers are Blaxxun Contact and Parallel Graphics Cortona... Cortona is the only cross platfo

Re: [JAVA3D] VRML Loaders

2001-03-12 Thread John Richardson
Hello, I'm to much of a novice to answer the transform group question. The only suggestion is to go to http://www.web3d.org site and troll around for "The Annotated VRML 2.0 reference Manual" which is in electronic form and is a VRML reference. However, there are some examples and discussions in

[JAVA3D] VRML Loaders

2001-03-12 Thread Jonathan Albert C Vallar
Hi! I would like to ask how does the VRML Loader work because I am stucked as to why my model is moving it's coordinates everytime i press a button that modifies the transformgroup of the attached viewplatform. How does one load VRML content to a Scenegraph? Is is sufficient enough to use the

[JAVA3D] VRML Loaders

2001-03-11 Thread Jonathan Albert C Vallar
Hi! I would like to ask how does the VRML Loader work because I am stucked as to why my model is moving it's coordinates everytime i press a button that modifies the transformgroup of the attached viewplatform. How does one load VRML content to a Scenegraph? Is is sufficient enough to use the

[JAVA3D] VRML Loaders

2001-03-09 Thread Jonathan Albert C Vallar
Hi! Thanks!I was able to implement at interface that will be able to manipulate the transformgroup attaching the view platform! :) Thanks to all of you! Without this mailing list,I would not have done it! Can I ask another question?Can I use the vrmlloader pointed by j3d.org? I would like t