Package | Description |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics.g3d | |
com.badlogic.gdx.graphics.g3d.loader |
Modifier and Type | Field and Description |
---|---|
protected Array<ObjectMap.Entry<java.lang.String,ModelData>> |
ModelLoader.items |
Modifier and Type | Method and Description |
---|---|
ModelData |
ModelLoader.loadModelData(FileHandle fileHandle)
Directly load the raw model data on the calling thread.
|
abstract ModelData |
ModelLoader.loadModelData(FileHandle fileHandle,
P parameters)
Directly load the raw model data on the calling thread.
|
Constructor and Description |
---|
Model(ModelData modelData)
Constructs a new Model based on the
ModelData . |
Model(ModelData modelData,
TextureProvider textureProvider)
Constructs a new Model based on the
ModelData . |
Modifier and Type | Method and Description |
---|---|
protected ModelData |
ObjLoader.loadModelData(FileHandle file,
boolean flipV) |
ModelData |
G3dModelLoader.loadModelData(FileHandle fileHandle,
ModelLoader.ModelParameters parameters) |
ModelData |
ObjLoader.loadModelData(FileHandle file,
ObjLoader.ObjLoaderParameters parameters) |
ModelData |
G3dModelLoader.parseModel(FileHandle handle) |