[JAVA3D] VRML loader ( .wrl format loader )

2005-06-03 Thread Saeed Ansari
Hi all, Can anybody give me a link to download VRMl loder for java3d ?   Regards, Saeed Discover Yahoo! Find restaurants, movies, travel & more fun for the weekend. Check it out! === To unsubscribe, send email t

Re: [JAVA3D] VRML loader

2004-04-13 Thread Nikolai V. Chr.
Leandro L Dihl wrote: Hi, I have problem when I try to get a VRML object loaded with a x3d loader. This error is generate after click on object. javax.media.j3d.CapabilityNotSetException: GeometryArray: no capability to get vertex count You need to call this method on your object if you want to

[JAVA3D] VRML loader

2004-04-08 Thread Leandro L Dihl
Hi, I have problem when I try to get a VRML object loaded with a x3d loader. This error is generate after click on object. javax.media.j3d.CapabilityNotSetException: GeometryArray: no capability to get vertex count at javax.media.j3d.GeometryArray.getVertexCount(GeometryArray.java:581)

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Jason Taylor
The I used to use came from the Cosmo VRML browser. Try http://ca.com/cosmo/ Jason. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, se

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Jurgen Vansteelant
D]> Sent: Friday, May 03, 2002 1:32 PM Subject: Re: [JAVA3D] VRML Loader > Open the vrml file in a text editor and have a look at the lump of lines > around line 21. > > If you post half a dozen lines around there someone might spot the > problem. (don't post the whole fil

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Mojtaba
ispatchEventImpl(Container.java:1200) > at java.awt.Component.dispatchEvent(Component.java:2499) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:319) > at > java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103) > at > java.awt.EventDispatchThre

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Jason Taylor
Open the vrml file in a text editor and have a look at the lump of lines around line 21. If you post half a dozen lines around there someone might spot the problem. (don't post the whole file! :) I'm guessing it's an unsupported vrml node, a differant Loader may have more luck. Does the convert

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Jurgen Vansteelant
:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:84) If anyone understands this , please help me out! Thank you Jurgen - Original Message - From: "Tina Manoharan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 11:59 AM Sub

Re: [JAVA3D] VRML Loader

2002-05-03 Thread Tina Manoharan
Hi, I dont think that the VRML loader supports VRML1.0, it gives parsing error. Its supports VRML2.0 files. Well, you can easily convert VRML1.0 to VRML2.0 files using the vrml1tovrml2.exe converter. You should have it in your System directory. Cheers Tina > I'm using the VRML Loader written b

[JAVA3D] VRML Loader

2002-05-03 Thread Jurgen Vansteelant
Hello,   I'm using the VRML Loader written by the W3C, but I can't load every wrl file that I want. Currently I'm loading a small wrl file (125kB) and that works fine. But when I want to load another one (13 MB) into my application it won't work? Does the loader only works on some wrl files?

[JAVA3D] AW: [JAVA3D] VRML loader texture problem

2002-02-07 Thread Thomas Bendig
, ViSTA > -Ursprüngliche Nachricht- > Von: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]] > Im Auftrag von Frederic kleinermann > Gesendet: Mittwoch, 6. Februar 2002 20:27 > An: [EMAIL PROTECTED] > Betreff: [JAVA3D] VRML loader texture problem > > Hi ev

[JAVA3D] VRML loader texture problem

2002-02-06 Thread Frederic kleinermann
Hi everybody! I am having two problems with loading VRML files VRML Opacity textures (so they are transparent) dont work properly on my JAVA3D programs. The other problem I am having is with textures changing place when I load VRML files into a Java3D scenegraph and switch between them using

Re: [JAVA3D] VRML Loader and externprotos

2001-12-13 Thread Giles
Denis Troller wrote: > We have tested several solution for the VRML loader (namely the sun > loader, the ncsa portfolio and the xj3d loader), but it seems none of > them can handle the externprotos. > > > > Is there a solution ? > We are planning on supporting extern proto's in Xj3D for the M4 re

[JAVA3D] VRML Loader and externprotos

2001-12-12 Thread Denis Troller
We have tested several solution for the VRML loader (namely the sun loader, the ncsa portfolio and the xj3d loader), but it seems none of them can handle the externprotos.   Is there a solution ?   -- Denis Troller

Re: [JAVA3D] Java3D VRML Loader (vrml97.jar) gzip files

2001-10-25 Thread Jurgen Vansteelant
[mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 12:38 To: [EMAIL PROTECTED] Subject: [JAVA3D] Java3D VRML Loader (vrml97.jar) gzip files Hello ! Just in case somebody still uses the old code from SUN and tries to load big (>1MB) gzip vrml files, I have a hint: (all following is in

[JAVA3D] Java3D VRML Loader (vrml97.jar) gzip files

2001-10-25 Thread Juergen Neubauer
Hello ! Just in case somebody still uses the old code from SUN and tries to load big (>1MB) gzip vrml files, I have a hint: (all following is in the package com.sun.j3d.loaders.vrml97.impl) Loader.java reads the incomming file byte by byte and there is a call to ByteBuf.java. To speed things up

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Juergen Neubauer
Hi, thanx for tha fast answer ! I still use the old vrml97 loader from sun, which already has gzip support. _but_ : instead of 15 seconds (uncompressed model, ~3MB) the compressed 850kb-model needs 11min to load ! In a LAN environment this would not matter, but I have to reduce the amount of da

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Burrows Anthony
Thanks, the amount of work you've saved me! Tony -Original Message- From: Joachim Diepstraten [mailto:[EMAIL PROTECTED]] Sent: 05 October 2001 10:21 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] VRML Loader Hi > Any idea where I can find VRML loaders with source code? I need t

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Joachim Diepstraten
Hi > Any idea where I can find VRML loaders with source code? I need to extend > one. Check http://www.j3d.org/utilities/loaders.html. I know at least the CyberVRML97 is provided with source EOF, J.D. -- Jmark2k+1 (http://www.antiflash.net/jmark) Test the performance of your PC online! =

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Burrows Anthony
Any idea where I can find VRML loaders with source code? I need to extend one. Thanks Tony B -Original Message- From: Joachim Diepstraten [mailto:[EMAIL PROTECTED]] Sent: 05 October 2001 10:04 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] VRML Loader Hi Juergen > Does anybody know

Re: [JAVA3D] VRML Loader

2001-10-05 Thread Joachim Diepstraten
Hi Juergen > Does anybody know of a vrml loader that supports compressed vrml-files ? > > (gzip format or other) Not that I know off, but for some of the VRML-Loaders the sourcecode is available and you basically just have to change the IOStreams to GZIPIOStreams or ZIPIOStreams which are provide

[JAVA3D] VRML Loader

2001-10-05 Thread Juergen Neubauer
Hi ! Does anybody know of a vrml loader that supports compressed vrml-files ? (gzip format or other) Thanx for your support, -Juergen. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the me

[JAVA3D] AW: [JAVA3D] vrml loader

2001-05-31 Thread Bo, Jianquan, myview
Sun has no vrml loader. You should look at the loaders at http://www.j3d.org/utilities/loaders.html Bo > -Ursprüngliche Nachricht- > Von: Xiang Xu [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 30. Mai 2001 12:00 > An: [EMAIL PROTECTED] > Betreff: [JAVA3D] vrml load

[JAVA3D] vrml loader

2001-05-30 Thread Xiang Xu
Hi all, I am using the vrml loader of sun. But when I run the program, I was promoted "java.lang.NoClassDefFoundError: vlab Exception in thread "main" Process Exit...". Anybody can help me? thanks Xiang Xu [EMAIL PROTECTED]

Re: [JAVA3D] VRML Loader

2001-03-01 Thread Giuseppe Conti
Here you'll find all the loaders you need...http://www.j3d.org/utilities/loaders.html       - Original Message - From: Luis Campos To: [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 6:49 PM Subject: [JAVA3D] VRML Loader I'm looking for a V

Re: [JAVA3D] VRML Loader

2001-03-01 Thread Ahmed Shakil
http://www.j3d.org/utilities/loaders.html -Original Message-From: Luis Campos [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 01, 2001 10:49 AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] VRML Loader I'm looking for a VRML Loader newer that VRML97.jar, where can I download

[JAVA3D] VRML Loader

2001-03-01 Thread Luis Campos
I'm looking for a VRML Loader newer that VRML97.jar, where can I download this ?   Any help would be appreciated. Luis Campos

Re: [JAVA3D] VRML loader

2000-11-18 Thread Mojtaba Hosseini
Hello, The files you are using are VRML1.0 since they use "Separators". The VRMLloader you are using loads VRML2.0 which has replaced "Separators" with "Transforms". Also, you may find a VRML1.0 model of a part of London here: http://www.bath.ac.uk/Centres/CASA/london/londonmain.html You can

[JAVA3D] VRML loader

2000-11-18 Thread Tina Manoharan Valappil
Hi all, I am trying to load a VRML file of the city of Toronto. But that file seems to be having a node called "Separator" which the loader is not accepting. It is giving me a Parsing Exception. Can somebody please tell me what the "Separator" node is and what I can do to get around this problem.

Re: [JAVA3D] VRML Loader download problem

2000-10-13 Thread Rick Goldberg
12:21:13 +0800 > From: #LAW YEE WEI# <[EMAIL PROTECTED]> > Subject: Re: [JAVA3D] VRML Loader download problem > To: [EMAIL PROTECTED] > > Instructions for obtaining latest source code: > > (1) You can now access cvsweb with your standard web browser. Simply point >

Re: [JAVA3D] VRML Loader download problem

2000-10-11 Thread #LAW YEE WEI#
Instructions for obtaining latest source code: (1) You can now access cvsweb with your standard web browser. Simply point your browser to the X3D Open Source CVSWEB service: http://www.web3d.org/TaskGroups/x3d/cvsweb/cvsweb.cgi (2) For regular cvs clients, set the environment variable CVSROOT=:p

[JAVA3D] VRML Loader download problem

2000-10-11 Thread david Xia
I want to use a robust,good VRML Loader Class for Java3D, when I go to Java3D Loader class achieve,besides ncsa portfolio(I am using it,but it seems that for some programs,it does not work fine,I have not figured it out why.), there is one called Xj3d. After I go to the website, I do not know w

Re: [JAVA3D] VRML Loader

2000-10-06 Thread Andreas Ebbert
Hi, John Brennan wrote: > Can anyone tell me if their is a com.sun.j3d.loaders.vrml97 loader. Some > sample apps I have require it but I can't seem to find it? Just a short answer: I think it was available from sun and was "outsourced". You can find the latest sources at: http://www.web3d.org/

[JAVA3D] VRML Loader

2000-10-06 Thread John Brennan
Hi, Can anyone tell me if their is a com.sun.j3d.loaders.vrml97 loader. Some sample apps I have require it but I can't seem to find it? Thanks, John Brennan - connect IT tel:(+353)(0) 1 4099703 mob:(+353)(0) 86 8296611 e-mail: [EMAIL PROTECTED] www:www.co

Re: [JAVA3D] VRML loader

2000-07-29 Thread Carl Smotricz
Hello Rick, At 13:49 28.07.00 -0700, you wrote: >In the said vrml/x3d package there is > com.sun.j3d.loaders.vrml97.impl.Background >object that does the vrml-j3d translatiom. Thanks again for setting me straight on the xj3d stuff. It's not included in the Java3D bundle from Sun, nor can it be

Re: [JAVA3D] VRML loader

2000-07-28 Thread Rick Goldberg
-4900 650 786-0108 Direct 650 856-2114 Fax [EMAIL PROTECTED] > X-Accept-Language: en > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Date: Tue, 4 Jul 2000 04:52:13 +0200 > From: Alessandro Pironi <[EMAIL PROTECTED]> > Subject: [JAVA3D] VRML loader > Comments: To:

Re: [JAVA3D] VRML loader

2000-07-28 Thread Carl Smotricz
At 04:52 04.07.00 +0200, you wrote: >I've used x3d package to import a VRML world. >The scene was loaded successfully, all but lights, sky and ground. >What I've understood is ground and sky are not supported in Java3D, but >i'd like to know if neither lights are. Lights are supported in Java 3D,

[JAVA3D] VRML loader

2000-07-28 Thread Alessandro Pironi
I've used x3d package to import a VRML world. The scene was loaded successfully, all but lights, sky and ground. What I've understood is ground and sky are not supported in Java3D, but i'd like to know if neither lights are. Thank you, Alessandro. =

Re: [JAVA3D] vrml loader

2000-07-20 Thread Gernot Veith
hi, I haven't used the vrml loader yet, but this looks like an error that occured while parsing the vrml file or an invalid image url. Have you made a syntax-check of the file with a vrml viewer (cosmoworlds, vrml plug in,...) ? Gernot On Thu, 20 Jul 2000 13:35:26 +0200, Desiree Hilbring wrote:

[JAVA3D] vrml loader

2000-07-20 Thread Desiree Hilbring
Hi, I downloaded the x3d.jar and included a vrml loader in my application. Then I tried to read some wrl files. It is quitting every time, the loader is trying to read an image with: E:/vrml/claddingpanel.wrl Error: in loading image Exception: java.lang.NullPointerException Last token was "}" at

Re: [JAVA3D] Vrml-Loader from VRML-Java3D Working Group

2000-07-19 Thread Jeff Roberts
Hi, The x3d cvs site includes Vrml Loader source. rgds JR -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Sonja Emmel Sent: Wednesday, July 19, 2000 7:14 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] Vrml-Loader from VRML-Java3D Working Group

Re: [JAVA3D] Vrml-Loader from VRML-Java3D Working Group

2000-07-19 Thread #LAW YEE WEI#
Message- From: Sonja Emmel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 19, 2000 7:14 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Vrml-Loader from VRML-Java3D Working Group Hello! I just wondered where the file vrml97.jar is. The VRML-Java 3D Working Group no longer exists and has merged

[JAVA3D] Vrml-Loader from VRML-Java3D Working Group

2000-07-19 Thread Sonja Emmel
Hello! I just wondered where the file vrml97.jar is. The VRML-Java 3D Working Group no longer exists and has merged to the X3D Task Group. Can anybody help me? I was not able to find it on the CVS Server there. Thanks Sonja -- Sonja Emmel Usagasse8 61169 Friedberg Tel.: 06031-3955 Mobil: 0173

Re: [JAVA3D] Strange behaviours with Java3D Vrml loader

2000-07-10 Thread Doug Gehringer
> I have been using and modifying the Java3D Vrml loader from the public > domain a while already and I find that it has problems with displaying 3D > objects that has holes in the middle The VRML loader uses the Java3D utilities to decompose complex polygons, such as polygons w

Re: [JAVA3D] Strange behaviours with Java3D Vrml loader

2000-07-09 Thread #LAW YEE WEI#
Hi Alan, I'm using the Java3D VRML loader too and I just wish it hasn't got that MANY bugs. I'm sorry I'm not much help to you on your particular problem, although I knew the problem. However since you brought up the topic, I wonder if you are interested in a joint effort in

[JAVA3D] Strange behaviours with Java3D Vrml loader

2000-07-09 Thread Alan Wai
Hi all, I have been using and modifying the Java3D Vrml loader from the public domain a while already and I find that it has problems with displaying 3D objects that has holes in the middle (such as windows in houses or castles). Does anybody notice this problem and does anyone have a

Re: [JAVA3D] VRML Loader

2000-04-12 Thread Fabio Roberto de Miranda
Luigi, I sent as an attach the lines of code you'll need to load DEF-ed VRML Nodes. Sorry, that could be include in the mail, but my pine lost all the indentation as I pasted it. Fabio On Sun, 12 Mar 2000, luigi wrote: > I need to load an VRLM file in my Jav

[JAVA3D] VRML Loader

2000-04-12 Thread luigi
I need to load an VRLM file in my Java3D program but i have nerver done that, so i don't know how to do it. In the tutorial says that is there one loader implemented (in the util class, i think) but i don't know where, and also i don't know how to use it. Can anybody tell me what class i have to u

[JAVA3D] vrml loader

2000-03-31 Thread Hock, Gregory
All, Any ideas why a model (vrml v2) imported with vrml97 loader seems to ignore colorIndex array info? The Shape Appearance (i.e. emissive color) can vary color but it controls all model vertices. The model does not have textures and it looks fine in standard vrml players (i.e. cosmo). Thanks,

[JAVA3D] VRML Loader from Sun's page vs Cosmo

2000-03-16 Thread Sherri Dunlap
Hello, Would anyone know why my converted Lightwave world could be viewed within the Cosmo VRML viewer, but not the VRML Loader provided from Sun's pages? I changed nothing. I simply loaded the .wrl into the VRML97 Loader and got nothing and then loaded it into a downloaded Cosmo VRML viewer

[JAVA3D] VRML Loader

2000-01-16 Thread chong zhang
Hi, I am running one sample applet of vrml loader which loads wrl (VRML file) by using Java3D. It works ok when the wrl file is small such as 60kb. But when the wrl file is as big as 2mb (about 20,000 triangles), it display nothing, and sometimes make my computer (PIIC300 Win98) down. I guess i

Re: [JAVA3D] VRML Loader

1999-12-13 Thread Rick Goldberg
4 Fax [EMAIL PROTECTED] > Date: Mon, 13 Dec 1999 14:46:24 -0800 > From: Matthew Cairns <[EMAIL PROTECTED]> > Subject: Re: [JAVA3D] VRML Loader > Comments: To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > > Hi Jie - compiled your code but get the following exceptions when trying

Re: [JAVA3D] VRML Loader

1999-12-13 Thread Doug Gehringer
> From: Matthew Cairns <[EMAIL PROTECTED]> > > Exception: com.sun.j3d.loaders.vrml97.impl.ParseException: Unknown node type: > Separator Separator is a VRML 1.0 node type. The loader is for VRML 2.0 files. You need to update your files to the 2.0 format. Doug Gehringer Sun Microsystems ===

Re: [JAVA3D] VRML Loader

1999-12-13 Thread Matthew Cairns
Hi Jie - compiled your code but get the following exceptions when trying to run it : WARNING: Canvas3D constructed with a null GraphicsConfiguration. Exception: com.sun.j3d.loaders.vrml97.impl.ParseException: Unknown node type: Separator Last token was "Separator" at line 3 com.sun.j3d.loaders.vrm

[JAVA3D] Vrml loader and textures

1999-10-12 Thread Vladimir Olenin
Hi there! The question is whether it is possible to import model (eg, Vrml) togehter with texture set on it or not? It looks like Vrml parser DOES recognise lines that reference to external image > texture ImageTexture { > url "sky3.jpg" > } sin

Re: [JAVA3D] VRML Loader again

1999-09-13 Thread Rick Goldberg
gt; X-Priority: 3 (Normal) > Mime-Version: 1.0 > Date: Thu, 9 Sep 1999 13:01:06 +0300 > From: Alex <[EMAIL PROTECTED]> > Subject: [JAVA3D] VRML Loader again > To: [EMAIL PROTECTED] > > Hello, > >Im trying to use VRML-JAVA3D 0.90.2 and >I found that it trea