mri.v3ds
Class HideKey3ds

java.lang.Object
  extended by mri.v3ds.HideKey3ds

public class HideKey3ds
extends java.lang.Object

Hide key used by the HideTrack3ds class. The hide key only contains the Frame number at which the visibility flag is toggled. I.e. a visible mesh is hidden and a hidden mesh becomes visible.


Field Summary
 int Frame
          Frame number where the visibility flag toggles.
 
Constructor Summary
HideKey3ds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Frame

public int Frame
Frame number where the visibility flag toggles.

Constructor Detail

HideKey3ds

public HideKey3ds()