j3d.org Code

org.j3d.renderer.java3d.navigation
Interface FrameUpdateListener

All Known Implementing Classes:
J3DAbstractLandscape

public interface FrameUpdateListener

A listener interface used internally to notify of an update or change in the system that will effect the display.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Method Summary
 void transitionEnded(javax.media.j3d.Transform3D t3d)
          Called when a transition from one position to another has ended.
 void viewerPositionUpdated(javax.media.j3d.Transform3D t3d)
          Called after each phase of transition or mouse navigation.
 

Method Detail

viewerPositionUpdated

public void viewerPositionUpdated(javax.media.j3d.Transform3D t3d)
Called after each phase of transition or mouse navigation.

Parameters:
t3d - The transform of the new position

transitionEnded

public void transitionEnded(javax.media.j3d.Transform3D t3d)
Called when a transition from one position to another has ended.

Parameters:
t3d - The transform of the new position

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org