[JAVA3D] Adding Geometry or BranchGroups after scene has been compiled

2002-09-23 Thread TF
I've made a small j3d viewer and I want to add a feature where you can add predefined objects to the viewer and see the changes to the scene as they come. I would like to know if this is possible and if it is how it's done. If there are any tutorials on this out there I'd appreciate a link or if i

[JAVA3D] (newby) Behavior causes screen to blank out.

2002-09-05 Thread TF
I'm trying to create a really simple viewer that will allow the user to zoom in or rotate the object in the viewer. After I did the rotate behavior I tested it and it worked fine. Then I tried to do the zoom behavior and ran into a few exceptions. After I fixed it so no more exceptions were occurr

Re: [JAVA3D] Key Event's and Behaviors

2002-08-20 Thread TF
trz, That explains it, Thanks again for all the help. 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 PRO

Re: [JAVA3D] Key Event's and Behaviors

2002-08-19 Thread TF
Hey guys, Thanks so much for the help, turns out I figured it out about an hour after sending the question. I basically just started looking for methods and found the getAWTEvent(). I didn't retract the question because I wanted to see if I was doing it correctly, meaning in a manner that would us

[JAVA3D] Key Event's and Behaviors

2002-08-18 Thread TF
I would like to know if there are any tutorials on behaviors that detail how to execute different behaviors, or to have your own behavior do different things when different keys are pressed or typed. If this is easy and someone can give me some actual or psuedo code of how this is done it would be

Re: [JAVA3D] Setting initial View question. Please help.

2002-08-16 Thread TF
Katja, Thanks so very much, yes, that fixed the problem but now I have another question. Why is it necessary to invert the transform? Eric === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of th

[JAVA3D] Setting initial View question. Please help.

2002-08-15 Thread TF
Can someone please help me figure this out. GraphicsConfiguration gc = SimpleUniverse.getPreferredConfiguration(); setLayout(new BorderLayout()); Canvas3D c3d = new Canvas3D(gc); add(c3d, BorderLayout.CENTER); BranchGroup scene = new BranchGroup();

[JAVA3D] Rendering to movie?

2002-06-10 Thread TF
I'm not very familiar with the JMF classes and was wondering if it was possible to render a java3d animation to a movie file? or do you need some secondary software to do this? Any direction or help would be greatly appreciated. Thanks. EB

[JAVA3D] Java3D book

2002-04-24 Thread TF
I want to buy the java3D book and was wondering If there was any difference between the e-book version and the actual book. Thanks for any insight anyone can provide.   EB

[JAVA3D] How to make an applet.

2002-04-06 Thread TF
Hello everyone, I apologize for my newbie question, I have posted once or twice before. I'm creating a really small scene for testing and learning purposes, all I have so far is a simple little house shape. Anyway, as part of my learning I'm trying to create an applet that can be viewed thro