Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.nodes
Interface ViewpointListener


public interface ViewpointListener

Notification that a viewpoints parameters have changed. This currently notifies on changes of centerOfRotation and fieldOfView.

Version:
$Revision: 1.1 $
Author:
Alan Hudson

Method Summary
 void centerOfRotationChanged(float[] val)
          The center of rotation has changed.
 void fieldOfViewChanged(float[] val)
          The field of view has changed.
 

Method Detail

centerOfRotationChanged

void centerOfRotationChanged(float[] val)
The center of rotation has changed.

Parameters:
val - The new value

fieldOfViewChanged

void fieldOfViewChanged(float[] val)
The field of view has changed.

Parameters:
val - The new value

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium