| 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.
|
| 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 |
Copyright © 2021. All rights reserved.