Uses of Class
crystalspace.jbind.impl.video.material.csTextureLayer

Packages that use csTextureLayer
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.video.material   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.ivideo.material   
 

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

Methods in crystalspace.jbind.impl.engine.engine with parameters of type csTextureLayer
 iMaterial csEngine.createBaseMaterial(iTextureWrapper txt, int num_layers, iTextureWrapper[] wrappers, csTextureLayer[] layers)
           
 

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

Methods in crystalspace.jbind.impl.video.material that return csTextureLayer
 csTextureLayer csMaterial.getTextureLayer(int idx)
           
 

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

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type csTextureLayer
 iMaterial iEngine.createBaseMaterial(iTextureWrapper txt, int num_layers, iTextureWrapper[] wrappers, csTextureLayer[] layers)
          Create a base material that can be used to give to the texture manager.
 

Uses of csTextureLayer in crystalspace.jbind.interfaces.ivideo.material
 

Methods in crystalspace.jbind.interfaces.ivideo.material that return csTextureLayer
 csTextureLayer iMaterial.getTextureLayer(int idx)
          Get a texture layer.