org.auxilum.opengl.scene.util
Class TextureList

java.lang.Object
  extended byorg.auxilum.opengl.scene.util.TextureList

public class TextureList
extends java.lang.Object


Constructor Summary
TextureList()
           
 
Method Summary
 void addTexture(Texture texture)
           
 Texture getTexture(java.lang.String textureName)
           
 void removeTexture(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureList

public TextureList()
Method Detail

addTexture

public void addTexture(Texture texture)

removeTexture

public void removeTexture(java.lang.String name)

getTexture

public Texture getTexture(java.lang.String textureName)