Uses of Class
com.obj.Texture

Packages that use Texture
com.obj   
 

Uses of Texture in com.obj
 

Methods in com.obj that return Texture
 Texture Material.getTexture()
           
 Texture TextureLoader.loadTexture(java.lang.String path)
           
 

Methods in com.obj with parameters of type Texture
 void Material.setTexture(Texture texture)