Uses of Class
com.badlogic.gdx.graphics.g3d.model.data.ModelData
-
Packages that use ModelData Package Description com.badlogic.gdx.assets.loaders com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.loader -
-
Uses of ModelData in com.badlogic.gdx.assets.loaders
Fields in com.badlogic.gdx.assets.loaders with type parameters of type ModelData Modifier and Type Field Description protected Array<ObjectMap.Entry<java.lang.String,ModelData>>ModelLoader. itemsMethods in com.badlogic.gdx.assets.loaders that return ModelData Modifier and Type Method Description ModelDataModelLoader. loadModelData(FileHandle fileHandle)Directly load the raw model data on the calling thread.abstract ModelDataModelLoader. loadModelData(FileHandle fileHandle, P parameters)Directly load the raw model data on the calling thread. -
Uses of ModelData in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type ModelData Modifier and Type Method Description protected voidModel. load(ModelData modelData, TextureProvider textureProvider)Constructors in com.badlogic.gdx.graphics.g3d with parameters of type ModelData Constructor Description Model(ModelData modelData)Constructs a new Model based on theModelData.Model(ModelData modelData, TextureProvider textureProvider)Constructs a new Model based on theModelData. -
Uses of ModelData in com.badlogic.gdx.graphics.g3d.loader
Methods in com.badlogic.gdx.graphics.g3d.loader that return ModelData Modifier and Type Method Description ModelDataG3dModelLoader. loadModelData(FileHandle fileHandle, ModelLoader.ModelParameters parameters)protected ModelDataObjLoader. loadModelData(FileHandle file, boolean flipV)ModelDataObjLoader. loadModelData(FileHandle file, ObjLoader.ObjLoaderParameters parameters)ModelDataG3dModelLoader. parseModel(FileHandle handle)Methods in com.badlogic.gdx.graphics.g3d.loader with parameters of type ModelData Modifier and Type Method Description protected voidG3dModelLoader. parseAnimations(ModelData model, JsonValue json)protected voidG3dModelLoader. parseMaterials(ModelData model, JsonValue json, java.lang.String materialDir)protected voidG3dModelLoader. parseMeshes(ModelData model, JsonValue json)protected Array<ModelNode>G3dModelLoader. parseNodes(ModelData model, JsonValue json)
-