org.j3d.loaders.discreet
Class KeyframeCameraBlock
java.lang.Object
org.j3d.loaders.discreet.KeyframeTag
org.j3d.loaders.discreet.KeyframeCameraBlock
public class KeyframeCameraBlock
- extends KeyframeTag
Representation of a collection of a single camera block in a keyframe.
A keyframe camera block consists of
CAMERA_NODE_TAG 0xB003
NODE ID 0xB030
NODE HEADER 0xB010
POSITION TRACK 0xB020
FOV TRACK 0xB021
ROLL TRACK 0xB022
- Version:
- $Revision: 1.1 $
- Author:
- Justin Couch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
positions
public KeyframePositionBlock positions
- The track position info
fovs
public KeyframeFOVBlock fovs
- The track field of view info
rolls
public KeyframeRollBlock rolls
- The track camera roll info
KeyframeCameraBlock
public KeyframeCameraBlock()
Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org