j3d.org Code

org.j3d.loaders.discreet
Class KeyframeRollBlock

java.lang.Object
  extended by org.j3d.loaders.discreet.KeyframeRollBlock

public class KeyframeRollBlock
extends java.lang.Object

Representation of a keyframe's collection of camera roll information.

A keyframe consists of

 ROTATION TRACK TAG 0xB021
     short flags
     short unknown[4]
     short keys;
     short unknown
     struct {
        short framenum
        int unknown
        float camera_roll
     } roll[keys]
 
For this implementation, the unknown values are ignored and not stored.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Field Summary
 int flags
          The flags associated with this rotation.
 int numKeys
          The number of valid keys to use
 RollData[] rolls
          The sets of keyframe/value pairs
 
Constructor Summary
KeyframeRollBlock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flags

public int flags
The flags associated with this rotation.


numKeys

public int numKeys
The number of valid keys to use


rolls

public RollData[] rolls
The sets of keyframe/value pairs

Constructor Detail

KeyframeRollBlock

public KeyframeRollBlock()

j3d.org Code

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