Class IntModelLoader<P extends IntModelLoader.IntModelParameters>
- Direct Known Subclasses:
G3dModelLoader, OwnObjLoader
public abstract class IntModelLoader<P extends IntModelLoader.IntModelParameters>
extends com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader<IntModel,P>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IntModelLoader.IntModelParametersprotected final com.badlogic.gdx.utils.Array<com.badlogic.gdx.utils.ObjectMap.Entry<String, IntModelData>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIntModelLoader(com.badlogic.gdx.assets.loaders.FileHandleResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.utils.Array<com.badlogic.gdx.assets.AssetDescriptor> getDependencies(String fileName, com.badlogic.gdx.files.FileHandle file, P parameters) voidloadAsync(com.badlogic.gdx.assets.AssetManager manager, String fileName, com.badlogic.gdx.files.FileHandle file, P parameters) loadModel(com.badlogic.gdx.files.FileHandle fileHandle) Directly load the model on the calling thread.loadModel(com.badlogic.gdx.files.FileHandle fileHandle, com.badlogic.gdx.graphics.g3d.utils.TextureProvider textureProvider) Directly load the model on the calling thread.loadModel(com.badlogic.gdx.files.FileHandle fileHandle, com.badlogic.gdx.graphics.g3d.utils.TextureProvider textureProvider, P parameters) Directly load the model on the calling thread.Directly load the model on the calling thread.loadModelData(com.badlogic.gdx.files.FileHandle fileHandle) Directly load the raw model data on the calling thread.abstract IntModelDataloadModelData(com.badlogic.gdx.files.FileHandle fileHandle, P parameters) Directly load the raw model data on the calling thread.loadSync(com.badlogic.gdx.assets.AssetManager manager, String fileName, com.badlogic.gdx.files.FileHandle file, P parameters) Methods inherited from class com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader
unloadAsyncMethods inherited from class com.badlogic.gdx.assets.loaders.AssetLoader
resolve
-
Field Details
-
items
protected final com.badlogic.gdx.utils.Array<com.badlogic.gdx.utils.ObjectMap.Entry<String, IntModelData>> items -
defaultParameters
-
-
Constructor Details
-
IntModelLoader
protected IntModelLoader(com.badlogic.gdx.assets.loaders.FileHandleResolver resolver)
-
-
Method Details
-
loadModelData
public abstract IntModelData loadModelData(com.badlogic.gdx.files.FileHandle fileHandle, P parameters) Directly load the raw model data on the calling thread. -
loadModelData
Directly load the raw model data on the calling thread. -
loadModel
-
loadModel
-
loadModel
public IntModel loadModel(com.badlogic.gdx.files.FileHandle fileHandle, com.badlogic.gdx.graphics.g3d.utils.TextureProvider textureProvider) Directly load the model on the calling thread. The model with not be managed by anAssetManager. -
loadModel
Directly load the model on the calling thread. The model with not be managed by anAssetManager. -
getDependencies
public com.badlogic.gdx.utils.Array<com.badlogic.gdx.assets.AssetDescriptor> getDependencies(String fileName, com.badlogic.gdx.files.FileHandle file, P parameters) - Specified by:
getDependenciesin classcom.badlogic.gdx.assets.loaders.AssetLoader<IntModel, P extends IntModelLoader.IntModelParameters>
-
loadAsync
public void loadAsync(com.badlogic.gdx.assets.AssetManager manager, String fileName, com.badlogic.gdx.files.FileHandle file, P parameters) - Specified by:
loadAsyncin classcom.badlogic.gdx.assets.loaders.AsynchronousAssetLoader<IntModel, P extends IntModelLoader.IntModelParameters>
-
loadSync
-