I was writing a Java 3D app that uses
rotator.setSchedulingBounds( bounds );
trans.setSchedulingBounds( bounds );
zoomer.setSchedulingBounds( bounds );
to allow interaction with the user.
I have a TransformGroup which contans a group of objects (spheres and
cylinders). the idea is that they are all able to move together when you
drag the mouse. It works for everything except zooming. Since it's a small
app, here's the souce code for it:
http://www.sandyd.org.uk/3d/Position2.java.html
Does anyone know why MouseZoom might not be working while the other Mouse
things work perfectly? I'm using java3d-sdk-1.3-beta1 and JDK 1.4.0.
--
sandy dunlop
www.sandyd.org.uk
Outgoing mail is certified virus free thanks to Linux - http://www.gnu.org/
A thought: Can a single photon be polychromatic?
===========================================================================
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 include in the body of the message "help".