|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of E3DEngine in espresso3d.engine.base |
| Methods in espresso3d.engine.base that return E3DEngine | |
E3DEngine |
E3DEngineItem.getEngine()
|
| Methods in espresso3d.engine.base with parameters of type E3DEngine | |
void |
E3DEngineItem.setEngine(E3DEngine engine)
|
| Constructors in espresso3d.engine.base with parameters of type E3DEngine | |
E3DEngineItem(E3DEngine engine)
All engine items must know about the engine, so it is required in the constructor |
|
| Uses of E3DEngine in espresso3d.engine.collision |
| Constructors in espresso3d.engine.collision with parameters of type E3DEngine | |
E3DCollisionHandler(E3DEngine engine)
|
|
E3DCollision(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.collision.base |
| Methods in espresso3d.engine.collision.base that return E3DEngine | |
E3DEngine |
E3DCollisionDetectableObject.getEngine()
Must return the engine the object is in |
| Uses of E3DEngine in espresso3d.engine.collision.bounding |
| Constructors in espresso3d.engine.collision.bounding with parameters of type E3DEngine | |
E3DBoundingSphere(E3DEngine engine,
double radius)
|
|
E3DBoundingBox(E3DEngine engine)
|
|
E3DBoundingBox(E3DEngine engine,
E3DVector3F min,
E3DVector3F max)
|
|
E3DBoundingBox(E3DEngine engine,
double minX,
double minY,
double minZ,
double maxX,
double maxY,
double maxZ)
|
|
| Uses of E3DEngine in espresso3d.engine.collision.detectors |
| Constructors in espresso3d.engine.collision.detectors with parameters of type E3DEngine | |
E3DCollisionDetectorTriangles(E3DEngine engine)
|
|
E3DCollisionDetectorSegment(E3DEngine engine)
|
|
E3DCollisionDetectorBoundingSphere(E3DEngine engine)
|
|
E3DCollisionDetectorBoundingBox(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.common |
| Constructors in espresso3d.engine.common with parameters of type E3DEngine | |
E3DFeatureChecker(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.fileloaders |
| Methods in espresso3d.engine.fileloaders with parameters of type E3DEngine | |
static void |
E3DSoundLoader.loadSoundSet(E3DEngine engine,
java.lang.String workingDirectory,
java.lang.String fullPathSoundSet,
java.util.HashMap retSoundSet)
|
static void |
E3DSoundLoader.loadSoundSetFromJar(E3DEngine engine,
java.lang.String soundSetName,
java.util.HashMap retSoundSet)
|
static E3DSound |
E3DSoundLoader.loadSoundIntoAL(E3DEngine engine,
java.lang.String soundName,
E3DWaveFile waveFile)
|
static void |
E3DImageLoader.loadTextureSet(E3DEngine engine,
java.lang.String workingDirectory,
java.lang.String fullPathTextureSet,
java.util.HashMap textureSet)
Loads a texture set of format : |
static void |
E3DImageLoader.loadTextureSetFromJar(E3DEngine engine,
java.lang.String textureSetName,
java.util.HashMap textureSet)
|
static E3DTexture |
E3DImageLoader.loadImageIntoGL(E3DEngine engine,
java.lang.String textureName,
java.awt.Image image)
|
| Uses of E3DEngine in espresso3d.engine.input |
| Constructors in espresso3d.engine.input with parameters of type E3DEngine | |
E3DInputHandler(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.logger |
| Constructors in espresso3d.engine.logger with parameters of type E3DEngine | |
E3DEngineLogger(E3DEngine engine)
|
|
E3DEngineLogger(E3DEngine engine,
java.lang.String logFileName)
|
|
| Uses of E3DEngine in espresso3d.engine.logo |
| Methods in espresso3d.engine.logo with parameters of type E3DEngine | |
static void |
E3DLogoRunner.displayEngineLogo(E3DEngine engine)
When this is called, it will determine which logo to display (randomly) and will display that logo. |
| Uses of E3DEngine in espresso3d.engine.logo.actors |
| Constructors in espresso3d.engine.logo.actors with parameters of type E3DEngine | |
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 E3DEngine in espresso3d.engine.logo.base |
| Methods in espresso3d.engine.logo.base with parameters of type E3DEngine | |
void |
E3DLogo.displayEngineLogo(E3DEngine engine)
|
| Uses of E3DEngine in espresso3d.engine.logo.font |
| Constructors in espresso3d.engine.logo.font with parameters of type E3DEngine | |
E3DLogoVerdanaFont(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.logo.logos |
| Methods in espresso3d.engine.logo.logos with parameters of type E3DEngine | |
void |
E3DLogo0dot4.displayEngineLogo(E3DEngine engine)
|
void |
E3DLogo0dot3.displayEngineLogo(E3DEngine engine)
|
void |
E3DLogo0dot2.displayEngineLogo(E3DEngine engine)
|
void |
E3DLogo0dot1.displayEngineLogo(E3DEngine engine)
|
| Uses of E3DEngine in espresso3d.engine.logo.particlesystems |
| Constructors in espresso3d.engine.logo.particlesystems with parameters of type E3DEngine | |
RedPlasmaParticleFountain(E3DEngine engine,
E3DSector sector,
E3DVector3F gravityDirection,
double gravityStrength)
|
|
BluePlasmaParticleFountain(E3DEngine engine,
E3DSector sector,
E3DVector3F gravityDirection,
double gravityStrength)
|
|
| Uses of E3DEngine in espresso3d.engine.logo.particlesystems.particles |
| Constructors in espresso3d.engine.logo.particlesystems.particles with parameters of type E3DEngine | |
RedPlasmaParticle(E3DEngine engine,
E3DVector3F startPosition,
E3DVector3F startMovementDirection,
double velocity,
double life,
double startDelay,
double size,
boolean createLight)
|
|
BluePlasmaParticle(E3DEngine engine,
E3DVector3F startPosition,
E3DVector3F startMovementDirection,
double velocity,
double life,
double startDelay,
double size,
boolean createLight)
|
|
| Uses of E3DEngine in espresso3d.engine.lowlevel |
| Constructors in espresso3d.engine.lowlevel with parameters of type E3DEngine | |
E3DBufferPool(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.lowlevel.geometry |
| Constructors in espresso3d.engine.lowlevel.geometry with parameters of type E3DEngine | |
E3DVertex(E3DEngine engine,
E3DVector3F vertexPos,
E3DVector3F vertexColor)
|
|
E3DTriangle(E3DEngine engine)
|
|
E3DTriangle(E3DEngine engine,
E3DVector3F vertexPosA,
E3DVector3F vertexPosB,
E3DVector3F vertexPosC)
A triangle that doesn't care about texture coords/textures. |
|
E3DTriangle(E3DEngine engine,
E3DVector3F vertexPosA,
E3DVector3F vertexPosB,
E3DVector3F vertexPosC,
E3DVector2F texCoordA,
E3DVector2F texCoordB,
E3DVector2F texCoordC,
java.lang.String textureName)
|
|
E3DTriangle(E3DEngine engine,
E3DVector3F vertexPosA,
E3DVector3F vertexPosB,
E3DVector3F vertexPosC,
E3DVector2F texCoordA,
E3DVector2F texCoordB,
E3DVector2F texCoordC,
java.lang.String textureName,
E3DVector2F detail0TexCoordA,
E3DVector2F detail0TexCoordB,
E3DVector2F detail0TexCoordC,
java.lang.String detail0TextureName)
|
|
E3DTriangle(E3DEngine engine,
E3DVector3F vertexPosA,
E3DVector3F vertexPosB,
E3DVector3F vertexPosC,
E3DVector2F texCoordA,
E3DVector2F texCoordB,
E3DVector2F texCoordC,
java.lang.String textureName,
E3DVector2F detail0TexCoordA,
E3DVector2F detail0TexCoordB,
E3DVector2F detail0TexCoordC,
java.lang.String detail0TextureName,
E3DVector2F detail1TexCoordA,
E3DVector2F detail1TexCoordB,
E3DVector2F detail1TexCoordC,
java.lang.String detail1TextureName)
|
|
E3DTexturedVertex(E3DEngine engine,
E3DVector3F vertexPos,
E3DVector3F vertexColor,
E3DVector2F textureCoord)
|
|
E3DTexturedVertex(E3DEngine engine,
E3DVector3F vertexPos,
E3DVector3F vertexColor,
E3DVector2F textureCoord,
E3DVector2F textureCoordDetail0)
|
|
E3DTexturedVertex(E3DEngine engine,
E3DVector3F vertexPos,
E3DVector3F vertexColor,
E3DVector2F textureCoord,
E3DVector2F textureCoordDetail0,
E3DVector2F textureCoordDetail1)
|
|
E3DQuad(E3DEngine engine)
|
|
E3DQuad(E3DEngine engine,
E3DVector3F vertexPosA,
E3DVector3F vertexPosB,
E3DVector3F vertexPosC,
E3DVector3F vertexPosD,
E3DVector2F texCoordA,
E3DVector2F texCoordB,
E3DVector2F texCoordC,
E3DVector2F texCoordD,
java.lang.String textureName)
|
|
E3DQuad(E3DEngine engine,
E3DVector3F vertexPosA,
E3DVector3F vertexPosB,
E3DVector3F vertexPosC,
E3DVector3F vertexPosD,
E3DVector2F texCoordA,
E3DVector2F texCoordB,
E3DVector2F texCoordC,
E3DVector2F texCoordD,
E3DVector3F vertexColorA,
E3DVector3F vertexColorB,
E3DVector3F vertexColorC,
E3DVector3F vertexColorD,
java.lang.String textureName)
|
|
E3DQuad(E3DEngine engine,
E3DVector3F vertexPosA,
E3DVector3F vertexPosB,
E3DVector3F vertexPosC,
E3DVector3F vertexPosD)
Instantiate a quad that can only be used for accessing is various functions on vertexPos's. |
|
E3DPoint(E3DEngine engine,
E3DVector3F pos)
|
|
E3DPoint(E3DEngine engine,
E3DVector3F pos,
double size)
|
|
E3DPoint(E3DEngine engine,
E3DVector3F pos,
E3DVector3F color)
|
|
E3DPoint(E3DEngine engine,
E3DVector3F pos,
E3DVector3F color,
double size)
|
|
E3DLine(E3DEngine engine)
|
|
E3DLine(E3DEngine engine,
E3DVector3F startPos,
E3DVector3F endPos)
|
|
E3DLine(E3DEngine engine,
E3DVector3F startPos,
E3DVector3F endPos,
E3DVector3F color)
|
|
E3DLine(E3DEngine engine,
E3DVector3F startPos,
E3DVector3F endPos,
E3DVector3F startColor,
E3DVector3F endColor)
|
|
| Uses of E3DEngine in espresso3d.engine.lowlevel.matrix |
| Constructors in espresso3d.engine.lowlevel.matrix with parameters of type E3DEngine | |
E3DOrientation(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.lowlevel.texture |
| Constructors in espresso3d.engine.lowlevel.texture with parameters of type E3DEngine | |
E3DTexture(E3DEngine engine,
java.lang.String textureName,
int glTextureID)
|
|
E3DTexture(E3DEngine engine,
java.lang.String textureName)
|
|
E3DAnimatedTextureFrame(E3DEngine engine,
java.lang.String textureName,
double life)
Create an animated texture frame. |
|
E3DAnimatedTexture(E3DEngine engine,
java.lang.String[] textureNames,
double[] frameLife,
int loops)
Instantiate an animated texture using an array of texture names and array of framelife's. |
|
E3DAnimatedTexture(E3DEngine engine,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int loops)
|
|
| Uses of E3DEngine in espresso3d.engine.lowlevel.vector |
| Constructors in espresso3d.engine.lowlevel.vector with parameters of type E3DEngine | |
E3DSharedVector3FPool(E3DEngine engine)
|
|
E3DSharedVector3FPool(E3DEngine engine,
int poolSize)
|
|
| Uses of E3DEngine in espresso3d.engine.renderer |
| Methods in espresso3d.engine.renderer with parameters of type E3DEngine | |
void |
E3DGeometryRenderer.renderTriangle(E3DEngine engine,
E3DTriangle triangle,
int renderMode)
|
void |
E3DGeometryRenderer.renderTriangleList(E3DEngine engine,
java.util.ArrayList triangleList,
int renderMode)
|
void |
E3DGeometryRenderer.renderQuad(E3DEngine engine,
E3DQuad quad,
int renderMode)
|
void |
E3DGeometryRenderer.renderQuadList(E3DEngine engine,
java.util.ArrayList quadList,
int renderMode)
|
| Constructors in espresso3d.engine.renderer with parameters of type E3DEngine | |
E3DGeometryRenderer(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.renderer.base |
| Constructors in espresso3d.engine.renderer.base with parameters of type E3DEngine | |
E3DTexturedRenderable(E3DEngine engine,
java.lang.String textureName)
|
|
E3DTexturedRenderable(E3DEngine engine,
int renderMode,
int blendMode,
java.lang.String textureName)
|
|
E3DTexturedRenderable(E3DEngine engine,
int renderMode,
int blendMode,
java.lang.String textureName,
java.lang.String textureDetail0Name)
|
|
E3DTexturedRenderable(E3DEngine engine,
int renderMode,
int blendMode,
java.lang.String textureName,
java.lang.String textureDetail0Name,
java.lang.String textureDetail1Name)
|
|
E3DRenderMode(E3DEngine engine)
Defaults to textured rendermode |
|
E3DRenderMode(E3DEngine engine,
int renderMode)
|
|
E3DRenderable(E3DEngine engine)
|
|
E3DRenderable(E3DEngine engine,
int renderMode)
|
|
E3DRenderable(E3DEngine engine,
int renderMode,
int blendMode)
|
|
E3DBlendMode(E3DEngine engine)
|
|
E3DBlendMode(E3DEngine engine,
int blendMode)
|
|
E3DAnimatedTextureRenderable(E3DEngine engine,
int renderMode,
int blendMode,
java.lang.String textureName)
Create the object without animation |
|
E3DAnimatedTextureRenderable(E3DEngine engine,
int renderMode,
int blendMode,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int loops)
|
|
| Uses of E3DEngine in espresso3d.engine.renderer.particle |
| Constructors in espresso3d.engine.renderer.particle with parameters of type E3DEngine | |
E3DParticleRendererLegacy(E3DEngine engine)
|
|
E3DParticleRendererARBPointSprite(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.sound |
| Constructors in espresso3d.engine.sound with parameters of type E3DEngine | |
E3DSoundHandler(E3DEngine engine)
|
|
E3DSound3D(E3DEngine engine,
java.lang.String soundName,
int soundBufferID)
|
|
E3DSound2D(E3DEngine engine,
java.lang.String soundName,
int soundBufferID)
|
|
E3DSound(E3DEngine engine,
java.lang.String soundName,
int alSoundBufferID)
|
|
| Uses of E3DEngine in espresso3d.engine.timer |
| Constructors in espresso3d.engine.timer with parameters of type E3DEngine | |
E3DTimer(E3DEngine engine)
|
|
E3DFPSTimer(E3DEngine engine)
|
|
| Uses of E3DEngine in espresso3d.engine.viewport |
| Constructors in espresso3d.engine.viewport with parameters of type E3DEngine | |
E3DViewport(E3DEngine engine,
int x,
int y,
int width,
int height,
java.lang.String viewportID)
This is used to create a perspective viewport |
|
| Uses of E3DEngine in espresso3d.engine.viewport.frustum |
| Constructors in espresso3d.engine.viewport.frustum with parameters of type E3DEngine | |
E3DViewFrustum2D(E3DEngine engine,
E3DViewport viewport,
E3DVector3F minMin,
E3DVector3F minMax,
E3DVector3F maxMax,
E3DVector3F maxMin)
|
|
| Uses of E3DEngine in espresso3d.engine.viewport.image |
| Constructors in espresso3d.engine.viewport.image with parameters of type E3DEngine | |
E3DVariableSizeImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
double widthPercentage,
double heightPercentage,
int life)
Construct an E3DImage that has a percentage height and width. |
|
E3DVariableSizeImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
double widthPercentage,
double heightPercentage,
int life,
int blendMode)
Construct an E3DImage that has a percentage height and width. |
|
E3DVariableSizeImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
double widthPercentage,
double heightPercentage,
int life,
int blendMode)
Create a variable size image that has an animated texture |
|
E3DVariableSizeImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
double widthPercentage,
double heightPercentage,
int life)
Create a variable size image that has an animated texture |
|
E3DImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
int life)
Create a new viewport image. |
|
E3DImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
int life,
int blendMode)
Create a new viewport image. |
|
E3DImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
int life,
int blendMode)
Construct an image with an animated texture |
|
E3DImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
int life)
Construct an image with an animated texture |
|
E3DFixedSizeImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
int width,
int height,
int life)
Construct an E3DImage that has a static width. |
|
E3DFixedSizeImage(E3DEngine engine,
java.lang.String imageID,
java.lang.String textureName,
E3DVector2I position,
int width,
int height,
int life,
int blendMode)
Construct an E3DImage that has a static width. |
|
E3DFixedSizeImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
int width,
int height,
int life,
int blendMode)
Create a fixed size image that has an animated texture |
|
E3DFixedSizeImage(E3DEngine engine,
java.lang.String imageID,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int animationLoops,
E3DVector2I position,
int width,
int height,
int life)
Create a fixed size image that has an animated texture |
|
| Uses of E3DEngine in espresso3d.engine.viewport.text |
| Constructors in espresso3d.engine.viewport.text with parameters of type E3DEngine | |
E3DViewportPrinter(E3DEngine engine,
E3DViewport viewport)
Construct a viewport printer. |
|
E3DVariableWidthFont(E3DEngine engine,
java.lang.String fontID,
java.lang.String textureName,
int numColumns,
int numRows)
Construct a variable width font. |
|
E3DVariableWidthFont(E3DEngine engine,
java.lang.String fontID,
java.lang.String textureName,
int numColumns,
int numRows,
int blendMode)
Construct a variable width font. |
|
E3DMessage(E3DEngine engine,
E3DViewport viewport,
java.lang.String text,
espresso3d.engine.viewport.text.E3DFont font,
double fontSize,
E3DVector2I position,
double life,
E3DVector3F color)
Create a message to be printed by the viewport printer. |
|
E3DMessage(E3DEngine engine,
E3DViewport viewport,
java.lang.String text,
espresso3d.engine.viewport.text.E3DFont font,
double fontSize,
E3DVector2I position,
double life,
E3DVector3F color,
int blendMode)
Create a message to be printed by the viewport printer. |
|
E3DFixedWidthFont(E3DEngine engine,
java.lang.String fontID,
java.lang.String textureName,
int numColumns,
int numRows)
Instantiate a fixed width font. |
|
E3DFixedWidthFont(E3DEngine engine,
java.lang.String fontID,
java.lang.String textureName,
int numColumns,
int numRows,
int blendMode)
Instantiate a fixed width font. |
|
| Uses of E3DEngine in espresso3d.engine.world |
| Constructors in espresso3d.engine.world with parameters of type E3DEngine | |
E3DWorld(E3DEngine engine,
java.lang.String worldID)
|
|
| Uses of E3DEngine in espresso3d.engine.world.sector |
| Constructors in espresso3d.engine.world.sector with parameters of type E3DEngine | |
E3DSector(E3DEngine engine,
java.lang.String sectorID)
|
|
| Uses of E3DEngine in espresso3d.engine.world.sector.actor |
| Constructors in espresso3d.engine.world.sector.actor with parameters of type E3DEngine | |
E3DMesh(E3DEngine engine)
|
|