[JAVA3D] System properties for J3D

2004-10-21 Thread Claudio Mazzuco
is there a list of all java properties (the -Dj3d.* flags) supported by Java3D? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send emai

Re: [JAVA3D] System properties for J3D

2004-10-21 Thread Justin Couch
Claudio Mazzuco wrote: is there a list of all java properties (the -Dj3d.* flags) supported by Java3D? Yup. Right here: http://www.j3d.org/implementation/properties.html There's a few new ones I think have been added with the 1.3.2-test builds. I'm waiting for a final release before I start documen

[JAVA3D] A (i hope) simple question

2004-10-21 Thread Claudio Mazzuco
I use the loader for .obj files to display some object made with a Cad (Pro/Engineer). The cad exports the obj files, but not the information about the texture, so i've to insert it manually on the .mgl file. Finally i obtain a textured object, but the images are not so good: the texture seems too

Re: [JAVA3D] A (i hope) simple question

2004-10-21 Thread Pondrom, Pierre L
You can get the BranchGroup, all the named Shape3D objects and their Appearances. Look in the docs for the methods available. -Original Message- From: Claudio Mazzuco [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 3:38 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] A (i hope) s

[JAVA3D] Morphing geometry

2004-10-21 Thread Kristian Nilssen
I'd like to use the Morph class to morph between two sets of geometry. However, I can't see any way of extracting the morphed geometry out of the Morph object. If this is not possible, is there another, freely available, morphing library I can use, or is the morphing algorithm simple enough to impl

[JAVA3D] Online Chat, October 26, on Project Looking Glass

2004-10-21 Thread Edward Ort
Project Looking Glass (http://wwws.sun.com/software/looking_glass/) is designed to bring 3D windowing capabilities and other advances that offer a dramatically rich user experience for desktop users. Initiated as an advanced technology exploration, Project Looking Glass has been released to the ope

Re: [JAVA3D] Morphing geometry

2004-10-21 Thread geoffrey butterworth
hi . i havent messed with morph yet. but maybe they are all in getGeometryArray(); geoff. - Original Message - From: "Kristian Nilssen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 21, 2004 12:15 PM Subject: [JAVA3D] Morphing geometry > I'd like to use the Mor

Re: [JAVA3D] Morphing geometry

2004-10-21 Thread Kristian Nilssen
don't think so. geoffrey butterworth wrote: hi . i havent messed with morph yet. but maybe they are all in getGeometryArray(); geoff. - Original Message - From: "Kristian Nilssen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 21, 2004 12:15 PM Subject: [JAVA3D] Morp