com.threerings.opengl.camera
Interface CameraHandler.Offset

Enclosing class:
CameraHandler

public static interface CameraHandler.Offset

Provides a means of temporarily offsetting the camera transform.


Method Summary
 boolean apply(Transform3D transform)
          Applies the offset.
 

Method Detail

apply

boolean apply(Transform3D transform)
Applies the offset.

Returns:
true to keep the offset in the list, false to remove it.


Copyright © 2011. All Rights Reserved.