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

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

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

Methods in org.jagatoo.loaders.models.ase with parameters of type AseReader
 void AseFile.parse(AseReader in)
          Overrides the default parse method because the top level of an ASE file has various nodes of different types, and its easier to handle them explicitly
 void AseGroup.parse(AseReader in)
           
 void AseMaterial.parse(AseReader in)
          Override the default parse method because we are going to parse the entire mesh in thos node, rather than recusing into further node types.
 void AseMesh.parse(AseReader in)
          Override the default parse method because we are going to parse the entire mesh in thos node, rather than recusing into further node types.
 void AseNode.parse(AseReader in)
           
 void AseMesh.parseFaceList(AseReader in)
          Parses a mesh face list.
 void AseMesh.parseNormal(AseReader in, int n)
          Reads in a single normal and its face and put their into the normals and normalIndices arrays
 void AseMesh.parseNormalsList(AseReader in)
          Parses a mesh normal list.
 boolean AseNode.parseProperty(AseReader in, org.jagatoo.loaders.models.ase.AseFileLine line)
          This is a generic parser method for any AseNodes.
 void AseMesh.parseTexFaceList(AseReader in)
          Parses a mesh tex face list.
 void AseMesh.parseTexVertexList(AseReader in)
          Parses a texture vertex list.
 void AseMesh.parseVertexList(AseReader in)
          Parses a mesh vertex list.
 void AseNode.trashBlock(AseReader in)