Uses of Interface
crystalspace.jbind.interfaces.imesh.object.iMeshObject

Packages that use iMeshObject
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.mesh   
crystalspace.jbind.impl.mesh.object   
crystalspace.jbind.impl.mesh.thing   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iengine.mesh   
crystalspace.jbind.interfaces.imesh.object   
crystalspace.jbind.interfaces.imesh.thing   
 

Uses of iMeshObject in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine with parameters of type iMeshObject
 iMeshWrapper csEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name, iSector sector, csVector3 pos)
           
 iMeshWrapper csEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name, iSector sector)
           
 iMeshWrapper csEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name)
           
 

Uses of iMeshObject in crystalspace.jbind.impl.engine.mesh
 

Methods in crystalspace.jbind.impl.engine.mesh that return iMeshObject
 iMeshObject csMeshWrapper.getMeshObject()
           
 

Methods in crystalspace.jbind.impl.engine.mesh with parameters of type iMeshObject
 void csMeshWrapper.setMeshObject(iMeshObject obj)
           
 

Uses of iMeshObject in crystalspace.jbind.impl.mesh.object
 

Classes in crystalspace.jbind.impl.mesh.object that implement iMeshObject
 class csMeshObject
           
 

Methods in crystalspace.jbind.impl.mesh.object that return iMeshObject
 iMeshObject csMeshObjectFactory.newInstance()
           
 

Methods in crystalspace.jbind.impl.mesh.object with parameters of type iMeshObject
 void csMeshObject.positionChild(iMeshObject child, int current_time)
           
 boolean csMeshObjectDrawCallback.beforeDrawing(iMeshObject spr, iRenderView rview)
           
 

Uses of iMeshObject in crystalspace.jbind.impl.mesh.thing
 

Methods in crystalspace.jbind.impl.mesh.thing that return iMeshObject
 iMeshObject csPolygonHandle.getMeshObject()
           
 

Uses of iMeshObject in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iMeshObject
 iMeshWrapper iEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name)
          Create a mesh wrapper for an existing mesh object.
 iMeshWrapper iEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name, iSector sector)
          Create a mesh wrapper for an existing mesh object.
 iMeshWrapper iEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name, iSector sector, csVector3 pos)
          Create a mesh wrapper for an existing mesh object.
 

Uses of iMeshObject in crystalspace.jbind.interfaces.iengine.mesh
 

Methods in crystalspace.jbind.interfaces.iengine.mesh that return iMeshObject
 iMeshObject iMeshWrapper.getMeshObject()
          Get the iMeshObject.
 

Methods in crystalspace.jbind.interfaces.iengine.mesh with parameters of type iMeshObject
 void iMeshWrapper.setMeshObject(iMeshObject obj)
          Set the iMeshObject.
 

Uses of iMeshObject in crystalspace.jbind.interfaces.imesh.object
 

Methods in crystalspace.jbind.interfaces.imesh.object that return iMeshObject
 iMeshObject iMeshObjectFactory.newInstance()
          Create an instance of iMeshObject.
 

Methods in crystalspace.jbind.interfaces.imesh.object with parameters of type iMeshObject
 void iMeshObject.positionChild(iMeshObject child, int current_time)
          The engine asks this mesh object to place one of his hierarchical children.
 boolean iMeshObjectDrawCallback.beforeDrawing(iMeshObject spr, iRenderView rview)
          Before drawing.
 

Uses of iMeshObject in crystalspace.jbind.interfaces.imesh.thing
 

Methods in crystalspace.jbind.interfaces.imesh.thing that return iMeshObject
 iMeshObject iPolygonHandle.getMeshObject()
          Get the mesh object of this polygon.