j3d.org Code

org.j3d.loaders.discreet
Class TrackData

java.lang.Object
  extended by org.j3d.loaders.discreet.TrackData
Direct Known Subclasses:
ColorData, FalloffData, FieldOfViewData, HotspotData, MorphData, PositionData, RollData, RotationData, ScaleData

public abstract class TrackData
extends java.lang.Object

Common information that all tracks keep with them.

For this implementation, the unknown values are ignored and not stored.

Version:
$Revision: 1.2 $
Author:
Justin Couch

Field Summary
 int frameNumber
          The frame number of this item of data
 float[] splineData
          Data that is set if splineFlags is non-zero.
 int splineFlags
          keys for working with the spline information.
 
Constructor Summary
TrackData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frameNumber

public int frameNumber
The frame number of this item of data


splineFlags

public int splineFlags
keys for working with the spline information. See spec for more info.


splineData

public float[] splineData
Data that is set if splineFlags is non-zero. Array is length 5.

Constructor Detail

TrackData

public TrackData()

j3d.org Code

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