|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of E3DWorld in espresso3d.engine |
| Methods in espresso3d.engine that return E3DWorld | |
E3DWorld |
E3DEngine.getWorld(java.lang.String worldID)
Get a world from the map of worlds by its ID |
| Methods in espresso3d.engine with parameters of type E3DWorld | |
void |
E3DEngine.addWorld(E3DWorld world)
Add a world to the engines world list |
| Uses of E3DWorld in espresso3d.engine.collision |
| Methods in espresso3d.engine.collision that return E3DWorld | |
E3DWorld |
E3DCollision.getCollisionWorld()
|
| Methods in espresso3d.engine.collision with parameters of type E3DWorld | |
void |
E3DCollision.setCollisionWorld(E3DWorld collisionWorld)
|
| Uses of E3DWorld in espresso3d.engine.fileloaders |
| Methods in espresso3d.engine.fileloaders with parameters of type E3DWorld | |
static void |
E3DMapLoader.loadMap(java.lang.String mapFileNameAndPath,
E3DWorld world)
Load a map into the world from an external location |
static void |
E3DMapLoader.loadMapFromJar(java.lang.String mapFileName,
E3DWorld world)
Load a map into the world from a JAR file |
| Uses of E3DWorld in espresso3d.engine.logo.actors |
| Constructors in espresso3d.engine.logo.actors with parameters of type E3DWorld | |
E3DSpeakerActor(E3DEngine engine,
E3DWorld world,
java.lang.String actorID)
|
|
E3DReceiverActor(E3DEngine engine,
E3DWorld world,
java.lang.String actorID)
|
|
E3DLowResLogoActor(E3DEngine engine,
E3DWorld world,
boolean lit)
|
|
E3DHighResLogoActor(E3DEngine engine,
E3DWorld world,
boolean lit)
|
|
| Uses of E3DWorld in espresso3d.engine.viewport |
| Methods in espresso3d.engine.viewport that return E3DWorld | |
E3DWorld |
E3DViewport.getWorld()
|
| Methods in espresso3d.engine.viewport with parameters of type E3DWorld | |
void |
E3DViewport.setWorld(E3DWorld world)
|
| Uses of E3DWorld in espresso3d.engine.world.sector |
| Methods in espresso3d.engine.world.sector that return E3DWorld | |
E3DWorld |
E3DSector.getWorld()
|
| Methods in espresso3d.engine.world.sector with parameters of type E3DWorld | |
void |
E3DSector.setWorld(E3DWorld world)
|
| Uses of E3DWorld in espresso3d.engine.world.sector.actor |
| Methods in espresso3d.engine.world.sector.actor that return E3DWorld | |
E3DWorld |
E3DActor.getWorld()
|
| Methods in espresso3d.engine.world.sector.actor with parameters of type E3DWorld | |
void |
E3DActor.setWorld(E3DWorld world)
|
| Constructors in espresso3d.engine.world.sector.actor with parameters of type E3DWorld | |
E3DCameraActor(E3DEngine engine,
E3DWorld world,
java.lang.String actorID)
|
|
E3DActor(E3DEngine engine,
E3DWorld world,
java.lang.String actorID)
Create an actor without a bounding object |
|
E3DActor(E3DEngine engine,
E3DWorld world,
E3DBoundingObject boundingObject,
java.lang.String actorID)
Create an actor with a bounding object |
|
| Uses of E3DWorld in espresso3d.engine.world.sky |
| Methods in espresso3d.engine.world.sky that return E3DWorld | |
E3DWorld |
E3DSkyObject.getWorld()
Get the world the skyobject is in |
| Methods in espresso3d.engine.world.sky with parameters of type E3DWorld | |
void |
E3DSkyObject.setWorld(E3DWorld world)
Set the world the skyobject is in. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||