| Package | Description |
|---|---|
| com.badlogic.gdx.assets.loaders | |
| com.badlogic.gdx.graphics.g3d | |
| com.badlogic.gdx.graphics.g3d.utils |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelLoader.loadModel(FileHandle fileHandle,
TextureProvider textureProvider)
Directly load the model on the calling thread.
|
Model |
ModelLoader.loadModel(FileHandle fileHandle,
TextureProvider textureProvider,
P parameters)
Directly load the model on the calling thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected Material |
Model.convertMaterial(ModelMaterial mtl,
TextureProvider textureProvider) |
protected void |
Model.load(ModelData modelData,
TextureProvider textureProvider) |
protected void |
Model.loadMaterials(java.lang.Iterable<ModelMaterial> modelMaterials,
TextureProvider textureProvider) |
| Constructor and Description |
|---|
Model(ModelData modelData,
TextureProvider textureProvider)
Constructs a new Model based on the
ModelData. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TextureProvider.AssetTextureProvider |
static class |
TextureProvider.FileTextureProvider |