Uses of Class
org.jagatoo.loaders.models.cal3d.core.CalSubmesh

Packages that use CalSubmesh
org.jagatoo.loaders.models.cal3d.core   
 

Uses of CalSubmesh in org.jagatoo.loaders.models.cal3d.core
 

Fields in org.jagatoo.loaders.models.cal3d.core with type parameters of type CalSubmesh
protected  java.util.List<CalSubmesh> CalMesh.submeshes
           
 

Methods in org.jagatoo.loaders.models.cal3d.core that return CalSubmesh
 CalSubmesh CalMesh.getSubmesh(int id)
          Provides access to a submesh.
 

Methods in org.jagatoo.loaders.models.cal3d.core that return types with arguments of type CalSubmesh
 java.util.List<CalSubmesh> CalMesh.getSubmeshes()
          Returns the submesh vector.
 

Methods in org.jagatoo.loaders.models.cal3d.core with parameters of type CalSubmesh
 void CalSpringSystem.calculateForces(CalSubmesh submesh, float deltaTime)
          Calculates the forces on each unbound vertex.
 int CalPhysique.calculateNormals(CalSubmesh submesh, Vector3fBuffer normalBuffer)
          Calculates the transformed normal data.
 int CalPhysique.calculateTangents(CalSubmesh submesh, int mapId, Vector3fBuffer tangentBuffer)
          Calculates the transformed tangent data.
 void CalSpringSystem.calculateVertices(CalSubmesh submesh, float deltaTime)
          Calculates the vertices influenced by the spring system instance.
 int CalPhysique.calculateVertices(CalSubmesh submesh, Vector3fBuffer vertexBuffer)
          Calculates the transformed vertex data.