Uses of Interface
com.badlogic.gdx.graphics.g3d.utils.TextureProvider
-
Packages that use TextureProvider Package Description com.badlogic.gdx.assets.loaders com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.utils -
-
Uses of TextureProvider in com.badlogic.gdx.assets.loaders
Methods in com.badlogic.gdx.assets.loaders with parameters of type TextureProvider Modifier and Type Method Description ModelModelLoader. loadModel(FileHandle fileHandle, TextureProvider textureProvider)Directly load the model on the calling thread.ModelModelLoader. loadModel(FileHandle fileHandle, TextureProvider textureProvider, P parameters)Directly load the model on the calling thread. -
Uses of TextureProvider in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type TextureProvider Modifier and Type Method Description protected MaterialModel. convertMaterial(ModelMaterial mtl, TextureProvider textureProvider)protected voidModel. load(ModelData modelData, TextureProvider textureProvider)protected voidModel. loadMaterials(java.lang.Iterable<ModelMaterial> modelMaterials, TextureProvider textureProvider)Constructors in com.badlogic.gdx.graphics.g3d with parameters of type TextureProvider Constructor Description Model(ModelData modelData, TextureProvider textureProvider)Constructs a new Model based on theModelData. -
Uses of TextureProvider in com.badlogic.gdx.graphics.g3d.utils
Classes in com.badlogic.gdx.graphics.g3d.utils that implement TextureProvider Modifier and Type Class Description static classTextureProvider.AssetTextureProviderstatic classTextureProvider.FileTextureProvider
-