| com.sun.j3d.utils.behaviors.MotionNotifierInterface
MotionNotifierInterface | public interface MotionNotifierInterface (Code) | | This interface can be implemented in user code and can be used
with @see FlightBehavior to get notification in any change of position
or orientation of the View
|
buttonPressed | public void buttonPressed(int buttonId)(Code) | | |
velocityChanged | public void velocityChanged(double newVelcotiy)(Code) | | Called whenever the user changes the velcotiy
|
viewMoved | public void viewMoved(Matrix4d position)(Code) | | This method will be called by the behavior it has been registered with
whenever that behavior is executed and the Viewer has changed position
or orientation
|
|
|