Uses of Interface
crystalspace.jbind.interfaces.iengine.lod.iLODControl

Packages that use iLODControl
crystalspace.jbind.impl.engine.lod   
crystalspace.jbind.impl.engine.mesh   
crystalspace.jbind.interfaces.iengine.mesh   
 

Uses of iLODControl in crystalspace.jbind.impl.engine.lod
 

Classes in crystalspace.jbind.impl.engine.lod that implement iLODControl
 class csLODControl
           
 

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

Methods in crystalspace.jbind.impl.engine.mesh that return iLODControl
 iLODControl csMeshWrapper.createStaticLOD()
           
 iLODControl csMeshWrapper.getStaticLOD()
           
 iLODControl csMeshFactoryWrapper.createStaticLODC()
           
 iLODControl csMeshFactoryWrapper.getStaticLODC()
           
 

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

Methods in crystalspace.jbind.interfaces.iengine.mesh that return iLODControl
 iLODControl iMeshWrapper.createStaticLOD()
          Create a LOD control for this mesh wrapper.
 iLODControl iMeshWrapper.getStaticLOD()
          Get the LOD control for this mesh.
 iLODControl iMeshFactoryWrapper.createStaticLODC()
          Create a LOD control template for this factory.
 iLODControl iMeshFactoryWrapper.getStaticLODC()
          Get the LOD control for this factory.