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
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
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
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
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
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
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();
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
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
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
10 matches
Mail list logo