espresso3d.engine.lowlevel
Class E3DTexture

java.lang.Object
  extended byespresso3d.engine.lowlevel.E3DTexture

public class E3DTexture
extends java.lang.Object

Author:
espresso3d This is a texture item in the texture map containing the textureID in memory of the loaded texture and the texture's name

Constructor Summary
E3DTexture()
           
 
Method Summary
 int getGlTextureID()
           
 java.lang.String getTextureName()
           
 void setGlTextureID(int glTextureID)
           
 void setTextureName(java.lang.String textureName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E3DTexture

public E3DTexture()
Method Detail

getGlTextureID

public int getGlTextureID()
Returns:
Returns the glTextureID.

setGlTextureID

public void setGlTextureID(int glTextureID)
Parameters:
glTextureID - The glTextureID to set.

getTextureName

public java.lang.String getTextureName()
Returns:
Returns the textureName.

setTextureName

public void setTextureName(java.lang.String textureName)
Parameters:
textureName - The textureName to set.