mri.v3ds
v0.1

mri.v3ds
Class HideKey3ds

java.lang.Object
  |
  +--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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()

mri.v3ds
v0.1