[JAVA3D] Transformation

2000-01-08 Thread Janet Song
Hi When i do rotation followed by translation with this code: iden = new Transform3D(); rotAround = new Transform3D(); transOut = new Transform3D(); rotAround.setRotation(new Quat4d (Math.toRadians(aXAngle),Math.toRadians

Re: [JAVA3D] STL file parser

2000-01-08 Thread Mohammed Akacem
Hi John, I am trying to write a viewer for an stl file and same time considering writing a viewer for a vrml format (I want to parse only the geometry for the beginning). thank you for any help Mohammed "Dickinson, John" schrieb: > I have whipped up an STL File parser capable of handling va

[JAVA3D] Info. From Picking Geometry

2000-01-08 Thread Allistair Crossley
Dear All,   I am really puzzled by a problem and would appreciate it if anyone could offer any help with it.   I create a TransformGroup as shown below and add a series of child TransformGroups each of which has a Box Primitive as their child.      TG         ||   //  \\ TG  TG

[JAVA3D]

2000-01-08 Thread ELUCID Solutions
Ok guys, I really need help. I'm new to the Graphic Environment. Can someone tell me what tools I need inorder to construct a virtual 3D hand applet. If someone can just recommend a book that I can start with. Thanks in advance, Paul BEGIN:VCARD VERSION:2.1 N:ELUCID Solutions;Inc. FN:ELUCI

[JAVA3D] boundary detection

2000-01-08 Thread Istvan Racz
Hi, I have a BranchGroup ( which contains for ex. a set of 3D primitives ). How can I detect for ex. its furthest point in the X direction? ( Please send me some code too ) Thanx in advance! === To unsubscribe, send email t

Re: [JAVA3D] Transformation

2000-01-08 Thread Hardy Henneberg
Janet Song wrote: > Hi > > When i do rotation followed by translation with this code: > > iden = new Transform3D(); > rotAround = new Transform3D(); > transOut = new Transform3D(); > > rotAround.setRotation(new Quat4d (Math.toRadians(aXAngle),Math.toRadians

Re: [JAVA3D] Info. From Picking Geometry

2000-01-08 Thread Daniel Selman
Allistair,   One way to do it would be to assign an Id to each parent TransformGroup using setUserData. You can then retrieve the parent of the picked Shape3D (the Box group) using getParent. Call getParent *again* to get the TG, then call getUserData and you should get your Id.   Otherwis

[JAVA3D] URLs from VRML file...

2000-01-08 Thread Sivaram Ghorakavi
Guys, Did anybody of u know how to read the associated URLs of the shapes or groups that's loadef form VRML??? In other words how do I know any URLs associated with in the scene group loaded from VRML. Thanx __ Do You Yahoo!? Talk to your friends

Re: [JAVA3D] walk and rotate navigation

2000-01-08 Thread Eric Arnold
that is what I wanted... I wanted the user to be able to look up and down while walking forward without taking a dive into the ground or sailing off into the sky. Also, the KeyNavigationBehavior was a bit touchy for my program so I slowed it down in the behavior I wrote. Eric =

Re: [JAVA3D] rotating objects in multiple directions

2000-01-08 Thread Eric Arnold
thanks for the help, it is much appreciated Eric === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and inc

Re: [JAVA3D] rotX and rotY

2000-01-08 Thread Eric Arnold
that is exactly what I was looking for, thanks Eric === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and

Re: [JAVA3D] rotating objects in multiple directions

2000-01-08 Thread Eric Arnold
thanks for the help, I knew there had to be a simple solution... just couldn't find it in any of my books. Eric === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTE

Re: [JAVA3D] rotating objects in multiple directions

2000-01-08 Thread Eric Arnold
thanks for the help... seems like figuring out how to do most things with this language just take a lot of trial and error right now ;) I am just glad I found this list or I would be sunk. Eric === To unsubscribe, send ema

[JAVA3D] JAVA3D Window

2000-01-08 Thread Dean Keeler
Hi,   I have an applet that uses Java3D  to show a VRML file. I also create a separate java window when the applet is run that contains buttons to move the java3D object.  My problem is that anytime the user clicks in the Java3D world (applet running in a browser), the browser window comes f

[JAVA3D] Which key is the Meta key for mouse behaviors

2000-01-08 Thread Eric Reiss
I have recently compiled my own versions of the mouse and mouse picking behaviors but I haven't been able to figure out which key is the Meta key on the keyboard. I am running in Windows NT with a basic 101 keyboard. I searched the mail archive and found nothing. Thanks in advance for any help.