j3d.org Code

org.j3d.loaders.discreet
Class FieldOfViewData

java.lang.Object
  extended by org.j3d.loaders.discreet.TrackData
      extended by org.j3d.loaders.discreet.FieldOfViewData

public class FieldOfViewData
extends TrackData

A single set of camera field of view angle data from the keyframe tracking.

Rolls are described as a single angle

The data represented is

     struct {
        short framenum
        int unknown
        float camera_field_of_view
     }
 
For this implementation, the unknown values are ignored and not stored.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Field Summary
 float fov
          The field of view angle to use
 
Fields inherited from class org.j3d.loaders.discreet.TrackData
frameNumber, splineData, splineFlags
 
Constructor Summary
FieldOfViewData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fov

public float fov
The field of view angle to use

Constructor Detail

FieldOfViewData

public FieldOfViewData()

j3d.org Code

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