j3d.org Code

org.j3d.loaders.discreet
Class KeyframeCameraBlock

java.lang.Object
  extended by org.j3d.loaders.discreet.KeyframeTag
      extended by 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

Field Summary
 KeyframeFOVBlock fovs
          The track field of view info
 KeyframePositionBlock positions
          The track position info
 KeyframeRollBlock rolls
          The track camera roll info
 
Fields inherited from class org.j3d.loaders.discreet.KeyframeTag
nodeHeader, nodeId
 
Constructor Summary
KeyframeCameraBlock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

KeyframeCameraBlock

public KeyframeCameraBlock()

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org