|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of iRegion in crystalspace.jbind.impl.engine.engine |
Methods in crystalspace.jbind.impl.engine.engine that return iRegion | |
iRegion |
csEngine.createRegion(java.lang.String name)
|
Methods in crystalspace.jbind.impl.engine.engine with parameters of type iRegion | |
iLoaderContext |
csEngine.createLoaderContext(iRegion region,
boolean curRegOnly)
|
iLoaderContext |
csEngine.createLoaderContext(iRegion region)
|
iCameraPosition |
csEngine.findCameraPosition(java.lang.String name,
iRegion region)
|
iCollection |
csEngine.findCollection(java.lang.String name,
iRegion region)
|
iMaterialWrapper |
csEngine.findMaterial(java.lang.String name,
iRegion region)
|
iMeshFactoryWrapper |
csEngine.findMeshFactory(java.lang.String name,
iRegion region)
|
iMeshWrapper |
csEngine.findMeshObject(java.lang.String name,
iRegion region)
|
iSector |
csEngine.findSector(java.lang.String name,
iRegion region)
|
iTextureWrapper |
csEngine.findTexture(java.lang.String name,
iRegion region)
|
void |
csEngine.forceRelight(iLight light,
iRegion region)
|
void |
csEngine.forceRelight(iRegion region,
iProgressMeter meter)
|
void |
csEngine.forceRelight(iRegion region)
|
iLightIterator |
csEngine.getLightIterator(iRegion region)
|
void |
csEngine.shineLights(iRegion region,
iProgressMeter meter)
|
void |
csEngine.shineLights(iRegion region)
|
Uses of iRegion in crystalspace.jbind.impl.engine.region |
Classes in crystalspace.jbind.impl.engine.region that implement iRegion | |
class |
csRegion
|
Methods in crystalspace.jbind.impl.engine.region that return iRegion | |
iRegion |
csRegionList.findByName(java.lang.String Name)
|
iRegion |
csRegionList.get(int n)
|
Methods in crystalspace.jbind.impl.engine.region with parameters of type iRegion | |
int |
csRegionList.add(iRegion obj)
|
int |
csRegionList.find(iRegion obj)
|
boolean |
csRegionList.remove(iRegion obj)
|
Uses of iRegion in crystalspace.jbind.impl.map |
Methods in crystalspace.jbind.impl.map with parameters of type iRegion | |
boolean |
csLoader.loadLibraryFile(java.lang.String filename,
iRegion region,
boolean curRegOnly)
|
boolean |
csLoader.loadLibraryFile(java.lang.String filename,
iRegion region)
|
boolean |
csLoader.loadMapFile(java.lang.String filename,
boolean clearEngine,
iRegion region,
boolean curRegOnly,
boolean checkDupes)
|
boolean |
csLoader.loadMapFile(java.lang.String filename,
boolean clearEngine,
iRegion region,
boolean curRegOnly)
|
boolean |
csLoader.loadMapFile(java.lang.String filename,
boolean clearEngine,
iRegion region)
|
iLoaderStatus |
csLoader.threadedLoadMapFile(java.lang.String filename,
iRegion region,
boolean curRegOnly,
boolean checkDupes)
|
iLoaderStatus |
csLoader.threadedLoadMapFile(java.lang.String filename,
iRegion region,
boolean curRegOnly)
|
iLoaderStatus |
csLoader.threadedLoadMapFile(java.lang.String filename,
iRegion region)
|
Uses of iRegion in crystalspace.jbind.impl.map.ldrctxt |
Methods in crystalspace.jbind.impl.map.ldrctxt that return iRegion | |
iRegion |
csLoaderContext.getRegion()
|
Uses of iRegion in crystalspace.jbind.interfaces.iengine.engine |
Methods in crystalspace.jbind.interfaces.iengine.engine that return iRegion | |
iRegion |
iEngine.createRegion(java.lang.String name)
Create a new region and add it to the region list. |
Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iRegion | |
void |
iEngine.forceRelight(iRegion region)
Force a relight of all lighting. |
void |
iEngine.forceRelight(iRegion region,
iProgressMeter meter)
Force a relight of all lighting. |
void |
iEngine.forceRelight(iLight light,
iRegion region)
Force a relight for the given light. |
void |
iEngine.shineLights(iRegion region)
Calculate all lighting information. |
void |
iEngine.shineLights(iRegion region,
iProgressMeter meter)
Calculate all lighting information. |
iMaterialWrapper |
iEngine.findMaterial(java.lang.String name,
iRegion region)
Find the given material. |
iTextureWrapper |
iEngine.findTexture(java.lang.String name,
iRegion region)
Find the given texture. |
iSector |
iEngine.findSector(java.lang.String name,
iRegion region)
Find the given sector. |
iMeshWrapper |
iEngine.findMeshObject(java.lang.String name,
iRegion region)
Find the given mesh object. |
iMeshFactoryWrapper |
iEngine.findMeshFactory(java.lang.String name,
iRegion region)
Find the given mesh factory. |
iCameraPosition |
iEngine.findCameraPosition(java.lang.String name,
iRegion region)
Find the given camera position. |
iCollection |
iEngine.findCollection(java.lang.String name,
iRegion region)
Find the given collection. |
iLightIterator |
iEngine.getLightIterator(iRegion region)
Create an iterator to iterate over all static lights of the engine. |
iLoaderContext |
iEngine.createLoaderContext(iRegion region)
Create a loader context that you can give to loader plugins. |
iLoaderContext |
iEngine.createLoaderContext(iRegion region,
boolean curRegOnly)
Create a loader context that you can give to loader plugins. |
Uses of iRegion in crystalspace.jbind.interfaces.iengine.region |
Methods in crystalspace.jbind.interfaces.iengine.region that return iRegion | |
iRegion |
iRegionList.findByName(java.lang.String Name)
Find a region by name. |
iRegion |
iRegionList.get(int n)
Return a region by index. |
Methods in crystalspace.jbind.interfaces.iengine.region with parameters of type iRegion | |
int |
iRegionList.add(iRegion obj)
Add a region. |
int |
iRegionList.find(iRegion obj)
Find a region and return its index. |
boolean |
iRegionList.remove(iRegion obj)
Remove a region. |
Uses of iRegion in crystalspace.jbind.interfaces.imap |
Methods in crystalspace.jbind.interfaces.imap with parameters of type iRegion | |
boolean |
iLoader.loadLibraryFile(java.lang.String filename,
iRegion region)
Load library from a VFS file. |
boolean |
iLoader.loadLibraryFile(java.lang.String filename,
iRegion region,
boolean curRegOnly)
Load library from a VFS file. |
boolean |
iLoader.loadMapFile(java.lang.String filename,
boolean clearEngine,
iRegion region)
Load a map file. |
boolean |
iLoader.loadMapFile(java.lang.String filename,
boolean clearEngine,
iRegion region,
boolean curRegOnly)
Load a map file. |
boolean |
iLoader.loadMapFile(java.lang.String filename,
boolean clearEngine,
iRegion region,
boolean curRegOnly,
boolean checkDupes)
Load a map file. |
iLoaderStatus |
iLoader.threadedLoadMapFile(java.lang.String filename,
iRegion region)
Load a map file in a thread. |
iLoaderStatus |
iLoader.threadedLoadMapFile(java.lang.String filename,
iRegion region,
boolean curRegOnly)
Load a map file in a thread. |
iLoaderStatus |
iLoader.threadedLoadMapFile(java.lang.String filename,
iRegion region,
boolean curRegOnly,
boolean checkDupes)
Load a map file in a thread. |
Uses of iRegion in crystalspace.jbind.interfaces.imap.ldrctxt |
Methods in crystalspace.jbind.interfaces.imap.ldrctxt that return iRegion | |
iRegion |
iLoaderContext.getRegion()
Return a region if we only want to load in that region. 0 otherwise. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |