Re: [JAVA3D] Rational

2000-10-03 Thread Thijs Maenhout
I've tried the same as you but I've used reverse engineering with the jar files -Original Message- From: Mark Beckman [mailto:[EMAIL PROTECTED]] Sent: dinsdag 3 oktober 2000 19:23 To: [EMAIL PROTECTED] Subject: [JAVA3D] Rational Folks, Does anyone know if there are .cat (or .mdl) files

[JAVA3D]

2000-10-03 Thread Thijs Maenhout
Hi there, I'm having a problem with behaviors , I think. When I click in a Jmenu to turn the rotate behavior on, I always have to click twice to make it work on the canvas3d. I'm using only Swing and the canvas3d. Do I have to change the focus to fix this or is this a problem in the com.sun.j3d

[JAVA3D] Caching buffered images / textures

2000-10-03 Thread David
Has anyone written a caching system for buffered images or textures? I would like to build the textures on demand, but stuff them into a persistant, buffered disk store for future retrievals. I am finding myself needing to create a lot of procedural textures for terrain transitions and the like,

[JAVA3D] Fast image loading

2000-10-03 Thread David
I know someone posted that their team had to write some fast image loading routines because the image consumer/producer model was too slow. I can't seem to find the posting in the archive, so I am hoping whoever it was will read this. If you have code like this and can donate it to the group it

[JAVA3D] Applets

2000-10-03 Thread Edith Lovos
hy, everybody! I am in trouble. I am using Java3D in my applets, i read the graphic´s objects definitions from a file. When i run on the appletViewer all run ok, but  when i run the applet on IE and i try to read the files, the following error appear on the Java Console   Exception occurred d

Re: [JAVA3D] big file load problem in Java3D

2000-10-03 Thread Mark Hood
> Date: Tue, 3 Oct 2000 21:14:14 GMT > From: david Xia <[EMAIL PROTECTED]> > >I use OBJ loader class to load big myfile.obj(over 2Mb), it takes long > time for SUN machine to run the program, later I will load even larger obj > file, I wonder if there is any way to speed up the runnin

Re: [JAVA3D] OBJ Loader to use MTL file problem

2000-10-03 Thread Paul Pantera
In demo/java3d/geometry there's a sample file called minimart.obj that demonstrates the use of an .mtl file. -Paul > X-Originating-IP: [130.18.15.70] > Mime-Version: 1.0 > X-OriginalArrivalTime: 03 Oct 2000 21:22:04.0563 (UTC) FILETIME=[FA0D0E30:01C02D7F] > Date: Tue, 3 Oct 2000 21:22:04 GMT > F

Re: [JAVA3D] big file load problem in Java3D

2000-10-03 Thread Paul Pantera
The .obj loader is already using buffering to read your file. I think the delay isn't in the file loading, it's in the parsing. You might also try turning off the stripifier (there's an option for this). The source for the .obj loader is shipped with the SDK. The file ObjectFile.java contains t

[JAVA3D] big file load problem in Java3D

2000-10-03 Thread david Xia
I use OBJ loader class to load big myfile.obj(over 2Mb), it takes long time for SUN machine to run the program, later I will load even larger obj file, I wonder if there is any way to speed up the running process, using cache? or something else? How to do that? Thanks a lot. david _

[JAVA3D] OBJ Loader to use MTL file problem

2000-10-03 Thread david Xia
HI,everyone: Does anyone know how to use OBJLoader Class to use the MTL file to get the appearance of the OBJ? How to do that? Thank you very much! David xia _ Get Your Private, Free E-mail from MSN Hotmail at http

Re: [JAVA3D] Reminder: Online chat on Java 3D -- October 3

2000-10-03 Thread Kasparian, Raffi J.
Good for you! I've been using IE all along but still no luck! -Original Message- From: Yazel, David J. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 2:55 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Reminder: Online chat on Java 3D -- October 3 I switched from netscape to

Re: [JAVA3D] Reminder: Online chat on Java 3D -- October 3

2000-10-03 Thread Yazel, David J.
I switched from netscape to IE and I got in. Dave Yazel > -- > From: Kasparian, Raffi J.[SMTP:[EMAIL PROTECTED]] > Reply To: Discussion list for Java 3D API > Sent: Tuesday, October 03, 2000 2:39 PM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] Reminder: Onli

Re: [JAVA3D] Reminder: Online chat on Java 3D -- October 3

2000-10-03 Thread Matthew Flagg
Same here. -Original Message- From: Kasparian, Raffi J. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 2:40 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Reminder: Online chat on Java 3D -- October 3 I can't seem to get into the chat room whether or not I select "Behind Fir

Re: [JAVA3D] Reminder: Online chat on Java 3D -- October 3

2000-10-03 Thread Kasparian, Raffi J.
I can't seem to get into the chat room whether or not I select "Behind Firewall". All I get is a dialog box saying "Error doing HTTP I/O with server (probably no server). Raffi -Original Message- From: Yazel, David J. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 1:51 PM To:

Re: [JAVA3D] Reminder: Online chat on Java 3D -- October 3

2000-10-03 Thread Yazel, David J.
It isn't working. I am selecting "behind the firewall" but its trying to connect to developer.java.sun.com:10963 which of course the firewall will not allow. Suggestions? Dave Yazel > -- > From: Yazel, David J. > Reply To: Discussion list for Java 3D API > Sent: Mond

[JAVA3D] Rational

2000-10-03 Thread Mark Beckman
Folks, Does anyone know if there are .cat (or .mdl) files in existence for the Java 3D API? I would like to start using Rational Rose and could really use them. I will also send this question to Rational... If I find them either way, I will publish to the list. thanks in advance, Mark _

Re: [JAVA3D] Java 3D 1.3 Features

2000-10-03 Thread Kevin Rushforth
You can update geometry in live Shape3D nodes in one of two ways. First, you can replace the Geometry object referred to by a Shape3D node using the Shape3D.setGeometry (or .addGeometry) method. Second, you can modify the vertices of an existing GeometryArray object either using the setCoord*, se

Re: [JAVA3D] making graphs invisible

2000-10-03 Thread J. Lee Dixon
-- =_NextPart_001_01C02D33.2F418E02 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Except for the RenderingAttributes and BranchGroup attach/detach, I don't know of any other way. =A0 -Lee -Original Message- From: Shawn Kendall [mai

[JAVA3D] Chemistral objects

2000-10-03 Thread JUAN ANTONIO CABRERO DONCEL
I would like obtain Chemistral objects made in VRML or JAVA3D. ** * Juan Antonio Cabrero Doncel* * 3º I.T. Informática de Gestión * * [EMAIL PROTECTED] * *www.uco.es/~i72cadoj* ** =

Re: [JAVA3D] Chemistral objects

2000-10-03 Thread Gunnar Sletta
There is a simple molecule viewer in the demo section of the Java3D home page at sun. It's a start --- Gunnar Sletta === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D

Re: [JAVA3D] Everquest

2000-10-03 Thread Hans RAKOTOMANGA
shoot the code :) I think we all have great interest in your code. IMHO, the specification and the implementation parts are the main interest of implementing a "World", and the fact that one can understand which brick holds the key to what problem/solution is certainly an advantage : So i will