j3d.org Aviatrix3D

org.j3d.renderer.aviatrix3d.navigation
Interface FrameUpdateListener


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.2 $
Author:
Justin Couch

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

Method Detail

viewerPositionUpdated

public void viewerPositionUpdated(javax.vecmath.Matrix4f t3d)
Called after each phase of transition or mouse navigation.

Parameters:
t3d - The transform of the new position

transitionEnded

public void transitionEnded(javax.vecmath.Matrix4f t3d)
Called when a transition from one position to another has ended.

Parameters:
t3d - The transform of the new position

j3d.org Aviatrix3D

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - j3d.org