Class G3dModelLoader
- java.lang.Object
-
- com.badlogic.gdx.assets.loaders.AssetLoader<T,P>
-
- com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader<IntModel,P>
-
- gaia.cu9.ari.gaiaorbit.util.gdx.loader.IntModelLoader<IntModelLoader.IntModelParameters>
-
- gaia.cu9.ari.gaiaorbit.util.gdx.loader.G3dModelLoader
-
public class G3dModelLoader extends IntModelLoader<IntModelLoader.IntModelParameters>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gaia.cu9.ari.gaiaorbit.util.gdx.loader.IntModelLoader
IntModelLoader.IntModelParameters
-
-
Field Summary
Fields Modifier and Type Field Description protected com.badlogic.gdx.utils.BaseJsonReader
reader
static short
VERSION_HI
static short
VERSION_LO
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.util.gdx.loader.IntModelLoader
defaultParameters, items
-
-
Constructor Summary
Constructors Constructor Description G3dModelLoader(com.badlogic.gdx.utils.BaseJsonReader reader)
G3dModelLoader(com.badlogic.gdx.utils.BaseJsonReader reader, com.badlogic.gdx.assets.loaders.FileHandleResolver resolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntModelData
loadModelData(com.badlogic.gdx.files.FileHandle fileHandle, IntModelLoader.IntModelParameters parameters)
Directly load the raw model data on the calling thread.IntModelData
parseModel(com.badlogic.gdx.files.FileHandle handle)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.util.gdx.loader.IntModelLoader
getDependencies, loadAsync, loadModel, loadModel, loadModel, loadModel, loadModelData, loadSync
-
-
-
-
Field Detail
-
VERSION_HI
public static final short VERSION_HI
- See Also:
- Constant Field Values
-
VERSION_LO
public static final short VERSION_LO
- See Also:
- Constant Field Values
-
reader
protected final com.badlogic.gdx.utils.BaseJsonReader reader
-
-
Method Detail
-
loadModelData
public IntModelData loadModelData(com.badlogic.gdx.files.FileHandle fileHandle, IntModelLoader.IntModelParameters parameters)
Description copied from class:IntModelLoader
Directly load the raw model data on the calling thread.- Specified by:
loadModelData
in classIntModelLoader<IntModelLoader.IntModelParameters>
-
parseModel
public IntModelData parseModel(com.badlogic.gdx.files.FileHandle handle)
-
-