Uses of Interface
crystalspace.jbind.interfaces.ivideo.material.iMaterialHandle

Packages that use iMaterialHandle
crystalspace.jbind.impl.engine.material   
crystalspace.jbind.impl.video.material   
crystalspace.jbind.impl.video.txtmgr   
crystalspace.jbind.impl.video.vbufmgr   
crystalspace.jbind.interfaces.iengine.material   
crystalspace.jbind.interfaces.ivideo.txtmgr   
crystalspace.jbind.interfaces.ivideo.vbufmgr   
 

Uses of iMaterialHandle in crystalspace.jbind.impl.engine.material
 

Methods in crystalspace.jbind.impl.engine.material that return iMaterialHandle
 iMaterialHandle csMaterialWrapper.getMaterialHandle()
           
 

Methods in crystalspace.jbind.impl.engine.material with parameters of type iMaterialHandle
 iMaterialWrapper csMaterialList.newMaterial(iMaterialHandle ith)
           
 void csMaterialWrapper.setMaterialHandle(iMaterialHandle mat)
           
 

Uses of iMaterialHandle in crystalspace.jbind.impl.video.material
 

Classes in crystalspace.jbind.impl.video.material that implement iMaterialHandle
 class csMaterialHandle
           
 

Uses of iMaterialHandle in crystalspace.jbind.impl.video.txtmgr
 

Methods in crystalspace.jbind.impl.video.txtmgr that return iMaterialHandle
 iMaterialHandle csTextureManager.registerMaterial(iMaterial material)
           
 iMaterialHandle csTextureManager.registerMaterial(iTextureHandle txthandle)
           
 

Uses of iMaterialHandle in crystalspace.jbind.impl.video.vbufmgr
 

Methods in crystalspace.jbind.impl.video.vbufmgr that return iMaterialHandle
 iMaterialHandle csPolygonBuffer.getMaterial(int idx)
           
 

Methods in crystalspace.jbind.impl.video.vbufmgr with parameters of type iMaterialHandle
 void csPolygonBuffer.addMaterial(iMaterialHandle mat_handle)
           
 void csPolygonBuffer.setMaterial(int idx, iMaterialHandle mat_handle)
           
 

Uses of iMaterialHandle in crystalspace.jbind.interfaces.iengine.material
 

Methods in crystalspace.jbind.interfaces.iengine.material that return iMaterialHandle
 iMaterialHandle iMaterialWrapper.getMaterialHandle()
          Get the material handle
 

Methods in crystalspace.jbind.interfaces.iengine.material with parameters of type iMaterialHandle
 iMaterialWrapper iMaterialList.newMaterial(iMaterialHandle ith)
          Create a engine wrapper for a pre-prepared iTextureHandle The handle will be IncRefed
 void iMaterialWrapper.setMaterialHandle(iMaterialHandle mat)
          Change the material handle.Note : This will also change the base material to 0.
 

Uses of iMaterialHandle in crystalspace.jbind.interfaces.ivideo.txtmgr
 

Methods in crystalspace.jbind.interfaces.ivideo.txtmgr that return iMaterialHandle
 iMaterialHandle iTextureManager.registerMaterial(iTextureHandle txthandle)
          Register a material based on a texture handle.
 iMaterialHandle iTextureManager.registerMaterial(iMaterial material)
          Register a material.
 

Uses of iMaterialHandle in crystalspace.jbind.interfaces.ivideo.vbufmgr
 

Methods in crystalspace.jbind.interfaces.ivideo.vbufmgr that return iMaterialHandle
 iMaterialHandle iPolygonBuffer.getMaterial(int idx)
          Get a material.
 

Methods in crystalspace.jbind.interfaces.ivideo.vbufmgr with parameters of type iMaterialHandle
 void iPolygonBuffer.addMaterial(iMaterialHandle mat_handle)
          Add a material.
 void iPolygonBuffer.setMaterial(int idx, iMaterialHandle mat_handle)
          Set a previously added material (this can be used to change a material handle);.