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

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

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

Fields in org.jagatoo.loaders.models.cal3d.core declared as CalCoreSubmesh
protected  CalCoreSubmesh CalSubmesh.coreSubmesh
           
 

Fields in org.jagatoo.loaders.models.cal3d.core with type parameters of type CalCoreSubmesh
protected  java.util.Vector<CalCoreSubmesh> CalCoreMesh.vectorCoreSubmesh
           
 

Methods in org.jagatoo.loaders.models.cal3d.core that return CalCoreSubmesh
 CalCoreSubmesh CalSubmesh.getCoreSubmesh()
          Provides access to the core submesh.
 CalCoreSubmesh CalCoreMesh.getCoreSubmesh(int id)
          Provides access to a core submesh.
protected static CalCoreSubmesh CalLoader.loadCoreSubmesh(java.io.DataInput file)
          Loads a core submesh instance.
 

Methods in org.jagatoo.loaders.models.cal3d.core that return types with arguments of type CalCoreSubmesh
 java.util.Vector<CalCoreSubmesh> CalCoreMesh.getVectorCoreSubmesh()
          Returns the core submesh vector.
 

Methods in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreSubmesh
 int CalCoreMesh.addCoreSubmesh(CalCoreSubmesh coreSubmesh)
          Adds a core submesh.
protected static void CalSaver.saveCoreSubmesh(java.io.DataOutput out, CalCoreSubmesh coreSubmesh)
          Saves a core submesh instance.
 

Constructors in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreSubmesh
CalSubmesh(CalCoreSubmesh coreSubmesh)
          Creates a submesh based on a core submesh.