Uses of Class
com.loader.TextureCoordinate

Packages that use TextureCoordinate
com.loader   
 

Uses of TextureCoordinate in com.loader
 

Methods in com.loader that return TextureCoordinate
 TextureCoordinate[] Face.getTextures()
           
 

Methods in com.loader that return types with arguments of type TextureCoordinate
 java.util.ArrayList<TextureCoordinate> WavefrontObject.getTextures()
           
 

Methods in com.loader with parameters of type TextureCoordinate
 void Face.setTextures(TextureCoordinate[] textures)
           
 

Method parameters in com.loader with type arguments of type TextureCoordinate
 void WavefrontObject.setTextures(java.util.ArrayList<TextureCoordinate> textures)