|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of iPortal in crystalspace.jbind.impl.engine.engine |
Methods in crystalspace.jbind.impl.engine.engine with parameters of type iPortal | |
iMeshWrapper |
csEngine.createPortal(java.lang.String name,
iMeshWrapper parentMesh,
iSector destSector,
csVector3 vertices,
int num_vertices,
iPortal portal)
|
iMeshWrapper |
csEngine.createPortal(java.lang.String name,
iSector sourceSector,
csVector3 pos,
iSector destSector,
csVector3 vertices,
int num_vertices,
iPortal portal)
|
Uses of iPortal in crystalspace.jbind.impl.engine.portal |
Classes in crystalspace.jbind.impl.engine.portal that implement iPortal | |
class |
csPortal
|
Methods in crystalspace.jbind.impl.engine.portal with parameters of type iPortal | |
boolean |
csPortalCallback.traverse(iPortal portal,
iBase context)
|
Uses of iPortal in crystalspace.jbind.impl.engine.portalcontainer |
Methods in crystalspace.jbind.impl.engine.portalcontainer that return iPortal | |
iPortal |
csPortalContainer.createPortal(csVector3 vertices,
int num)
|
iPortal |
csPortalContainer.getPortal(int idx)
|
Methods in crystalspace.jbind.impl.engine.portalcontainer with parameters of type iPortal | |
void |
csPortalContainer.removePortal(iPortal portal)
|
Uses of iPortal in crystalspace.jbind.impl.engine.rview |
Methods in crystalspace.jbind.impl.engine.rview that return iPortal | |
iPortal |
csRenderView.getLastPortal()
|
Methods in crystalspace.jbind.impl.engine.rview with parameters of type iPortal | |
void |
csRenderView.setLastPortal(iPortal portal)
|
Uses of iPortal in crystalspace.jbind.interfaces.iengine.engine |
Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iPortal | |
iMeshWrapper |
iEngine.createPortal(java.lang.String name,
iMeshWrapper parentMesh,
iSector destSector,
csVector3 vertices,
int num_vertices,
iPortal portal)
Conveniance function to create a portal from one sector to another and make this portal a child mesh of another mesh. |
iMeshWrapper |
iEngine.createPortal(java.lang.String name,
iSector sourceSector,
csVector3 pos,
iSector destSector,
csVector3 vertices,
int num_vertices,
iPortal portal)
Conveniance function to create a portal from one sector to another. |
Uses of iPortal in crystalspace.jbind.interfaces.iengine.portal |
Methods in crystalspace.jbind.interfaces.iengine.portal with parameters of type iPortal | |
boolean |
iPortalCallback.traverse(iPortal portal,
iBase context)
Traverse to the portal. |
Uses of iPortal in crystalspace.jbind.interfaces.iengine.portalcontainer |
Methods in crystalspace.jbind.interfaces.iengine.portalcontainer that return iPortal | |
iPortal |
iPortalContainer.createPortal(csVector3 vertices,
int num)
Create a new portal. |
iPortal |
iPortalContainer.getPortal(int idx)
Get a specific portal. |
Methods in crystalspace.jbind.interfaces.iengine.portalcontainer with parameters of type iPortal | |
void |
iPortalContainer.removePortal(iPortal portal)
Remove a portal. |
Uses of iPortal in crystalspace.jbind.interfaces.iengine.rview |
Methods in crystalspace.jbind.interfaces.iengine.rview that return iPortal | |
iPortal |
iRenderView.getLastPortal()
Get the portal we last traversed through |
Methods in crystalspace.jbind.interfaces.iengine.rview with parameters of type iPortal | |
void |
iRenderView.setLastPortal(iPortal portal)
Set the last portal |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |