mri.v3ds
v0.1

mri.v3ds
Class PKey3ds

java.lang.Object
  |
  +--mri.v3ds.SplineKey3ds
        |
        +--mri.v3ds.PKey3ds

public class PKey3ds
extends SplineKey3ds

P-key used by the PTrack3ds class for FOV and Roll. The P-key extends the SplineKey3ds with the P parammeter. P is just an arbitrary name of the single float value that is carried in the key. It is used either for the FOV or Roll tracks used in the Camera3ds class.


Field Summary
 float P
          FOV or Roll value.
 
Fields inherited from class mri.v3ds.SplineKey3ds
Bias, Continuity, EaseFrom, EaseTo, Frame, Tension
 
Constructor Summary
PKey3ds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P

public float P
FOV or Roll value.
Constructor Detail

PKey3ds

public PKey3ds()

mri.v3ds
v0.1