Re: [JAVA3D] Major problems?

2003-07-09 Thread Adam Shadbolt
If you are interested in the java3d v opengl binding debate read the below: http://www.javaworld.com/javaworld/jw-05-1999/jw-05-media.html thanks Adam - Original Message - From: "Gili" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 4:14 PM Subject: Re: [JAVA3D]

[JAVA3D] Apply OrbitBehavior to multiple universes

2003-07-09 Thread Adam Shadbolt
Hi all,I want to add the same OrbitBehavior to multiple universes. So that when I move the camera on one scene, it also moves the camera on the other scenes in the same way.I tried creating a global OrbitBehavior and adding it to all the universes, but I get a MultipleParentException at runti

Re: [JAVA3D] Java 3D Cel Shading tutorial - anywhere?

2003-07-04 Thread Adam Shadbolt
Did you see it? http://www.antiflash.net/java3d/comicshader.html   Alessandro - Original Message - From: Adam Shadbolt To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 9:33 AM Subject: Re: [JAVA3D] Java 3D Cel Shading tutorial - any

Re: [JAVA3D] Model Converting

2003-07-04 Thread Adam Shadbolt
Hi Ahmet,   Yes, you can load a .3ds model into directly into java3d. You will need to download a loader. See http://www.j3d.org/utilities/loaders.html. There are plenty there.   Adam. - Original Message - From: ahmet balci To: [EMAIL PROTECTED] Sent: Friday, July

Re: [JAVA3D] CyberVRML loader texture problem

2003-07-04 Thread Adam Shadbolt
Programmer---JPROOF Technologies Ltd. - Original Message - From: Adam Shadbolt To: [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 7:45 PM Subject: [JAVA3D] CyberVRML loader texture problem Hi

Re: [JAVA3D] Java 3D Cel Shading tutorial - anywhere?

2003-07-04 Thread Adam Shadbolt
I would be very interested in this too. If anybody knows of any tutorials please post them here. To answer Alessandro question "Cel shading" or "toon shading" is a non-photo realistic rendering technique that renders 3d objects as comic style drawings.   Adam.   - Original Message

[JAVA3D] CyberVRML loader texture problem

2003-07-02 Thread Adam Shadbolt
Hi everybody,   Has anybody used the CyberVRML loader? I have a problem that it is not loading the textures correctly. It will load most of the texture but some parts are not loaded. I also get the error (see buttom of the page):   Second question, if i can not resolve the above how do I get

[JAVA3D] VRML loading problem

2003-07-01 Thread Adam Shadbolt
hanks. Adam Shadbolt