Uses of Class
com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial
-
Packages that use ModelMaterial Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.model.data -
-
Uses of ModelMaterial in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type ModelMaterial Modifier and Type Method Description protected MaterialModel. convertMaterial(ModelMaterial mtl, TextureProvider textureProvider)Method parameters in com.badlogic.gdx.graphics.g3d with type arguments of type ModelMaterial Modifier and Type Method Description protected voidModel. loadMaterials(java.lang.Iterable<ModelMaterial> modelMaterials, TextureProvider textureProvider) -
Uses of ModelMaterial in com.badlogic.gdx.graphics.g3d.model.data
Fields in com.badlogic.gdx.graphics.g3d.model.data with type parameters of type ModelMaterial Modifier and Type Field Description Array<ModelMaterial>ModelData. materials
-