Aviatrix3D
2.1.0

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

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

Parameters:
t3d - The transform of the new position

transitionEnded

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

Aviatrix3D
2.1.0

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