j3d.org Code

org.j3d.loaders.discreet
Class NodeHeaderData

java.lang.Object
  extended by org.j3d.loaders.discreet.NodeHeaderData

public class NodeHeaderData
extends java.lang.Object

The node header data for keyframe chunk descriptions.

The format of this data read from the file is:

 String objname;
 short flags1;
 short flags2;
 short heirarchy;
 

Version:
$Revision: 1.1 $
Author:
Justin Couch

Field Summary
 int flags1
          First set of flag data
 int flags2
          Second set of flag data
 int heirarchyPosition
          The position in the heirarchy
 java.lang.String name
          The name of the object
 
Constructor Summary
NodeHeaderData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of the object


heirarchyPosition

public int heirarchyPosition
The position in the heirarchy


flags1

public int flags1
First set of flag data


flags2

public int flags2
Second set of flag data

Constructor Detail

NodeHeaderData

public NodeHeaderData()

j3d.org Code

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