espresso3d.engine.renderer.base
Class E3DBlendedAnimatedTextureRenderable
java.lang.Object
espresso3d.engine.base.E3DEngineItem
espresso3d.engine.renderer.base.E3DRenderable
espresso3d.engine.renderer.base.E3DBlendedRenderable
espresso3d.engine.renderer.base.E3DBlendedAnimatedTextureRenderable
- Direct Known Subclasses:
- E3DImage, E3DPortalEnabledBlendedAnimatedTextureRenderable
- public abstract class E3DBlendedAnimatedTextureRenderable
- extends E3DBlendedRenderable
- Author:
- cmoxley
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
|
Constructor Summary |
E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int loops)
|
E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int loops,
int blendMode)
|
E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
java.lang.String[] textureNames,
double[] frameLife,
int loops)
|
E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
java.lang.String[] textureNames,
double[] frameLife,
int loops,
int blendMode)
|
E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
java.lang.String textureName,
int blendMode)
Create the object without animation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
E3DBlendedAnimatedTextureRenderable
public E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
java.lang.String textureName,
int blendMode)
- Create the object without animation
- Parameters:
engine - textureName - blendMode -
E3DBlendedAnimatedTextureRenderable
public E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
java.lang.String[] textureNames,
double[] frameLife,
int loops,
int blendMode)
E3DBlendedAnimatedTextureRenderable
public E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
java.lang.String[] textureNames,
double[] frameLife,
int loops)
E3DBlendedAnimatedTextureRenderable
public E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int loops,
int blendMode)
E3DBlendedAnimatedTextureRenderable
public E3DBlendedAnimatedTextureRenderable(E3DEngine engine,
E3DAnimatedTextureFrame[] animatedTextureFrames,
int loops)
renderAtPosition
public abstract void renderAtPosition(E3DVector3F position)
- Specified by:
renderAtPosition in class E3DBlendedRenderable
getAnimatedTexture
public E3DAnimatedTexture getAnimatedTexture()
setAnimatedTexture
public void setAnimatedTexture(E3DAnimatedTexture animatedTexture)
getRenderableOptionsKey
public java.lang.String getRenderableOptionsKey()
- Overrides:
getRenderableOptionsKey in class E3DBlendedRenderable