mri.v3ds
Class HideTrack3ds

java.lang.Object
  extended by mri.v3ds.Track3ds
      extended by mri.v3ds.HideTrack3ds

public class HideTrack3ds
extends Track3ds

Hide track.

The hide track controls when meshes should be visible or hidden.


Field Summary
 
Fields inherited from class mri.v3ds.Track3ds
LOCK_X, LOCK_Y, LOCK_Z, LOOP, REPEAT, SINGLE, UNLINK_X, UNLINK_Y, UNLINK_Z
 
Constructor Summary
HideTrack3ds()
           
 
Method Summary
 HideKey3ds key(int i)
          Access a specific key.
 int keys()
          Get number of keys.
 HideKey3ds[] track()
          Access the track (the whole array of keys).
 
Methods inherited from class mri.v3ds.Track3ds
flags, loopType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HideTrack3ds

public HideTrack3ds()
Method Detail

keys

public int keys()
Get number of keys.

Returns:
number of keys

key

public HideKey3ds key(int i)
Access a specific key.

Parameters:
i - index into key array [0 ... keys()-1]
Returns:
the specified key

track

public HideKey3ds[] track()
Access the track (the whole array of keys).

Returns:
array of keys