Uses of Class
org.jagatoo.loaders.models.ase.AseNode

Packages that use AseNode
org.jagatoo.loaders.models.ase ASE loader. 
 

Uses of AseNode in org.jagatoo.loaders.models.ase
 

Subclasses of AseNode in org.jagatoo.loaders.models.ase
 class AseFile
          Loader for the ase file format.
 class AseGeom
          Holds an ASE geometry object.
 class AseGroup
          Object for the ASE node *GROUP.
 class AseMap
          This is an ASE map node.
 class AseMaterial
          This node holds information from a Max ASE Material node.
 class AseMesh
          The ASE mesh object holds the information for a single mesh.
 

Fields in org.jagatoo.loaders.models.ase with type parameters of type AseNode
 java.util.Map<java.lang.String,AseNode> AseFile.allTopLevelObjects
          Field used by the parser to store all Ase objects read in by the top-level parser.
 java.util.Map<java.lang.String,AseNode> AseFile.objects
          Field used by the parser to store all Ase objects.
 

Method parameters in org.jagatoo.loaders.models.ase with type arguments of type AseNode
static void AseFile.updateHierarchyFromNodeParent(java.util.Map<java.lang.String,AseNode> objects, java.util.Map<java.lang.String,AseNode> allTopLevelObjects, AseGeom geom)
          Updates the hierarchy based on the NODE_PARENT field of the given AseGeom node.
static void AseFile.updateHierarchyFromNodeParent(java.util.Map<java.lang.String,AseNode> objects, java.util.Map<java.lang.String,AseNode> allTopLevelObjects, AseGeom geom)
          Updates the hierarchy based on the NODE_PARENT field of the given AseGeom node.