Uses of Class
com.badlogic.gdx.graphics.g3d.model.data.ModelNode
-
Packages that use ModelNode Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.loader com.badlogic.gdx.graphics.g3d.model.data -
-
Uses of ModelNode in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type ModelNode Modifier and Type Method Description protected NodeModel. loadNode(ModelNode modelNode)Method parameters in com.badlogic.gdx.graphics.g3d with type arguments of type ModelNode Modifier and Type Method Description protected voidModel. loadNodes(java.lang.Iterable<ModelNode> modelNodes) -
Uses of ModelNode in com.badlogic.gdx.graphics.g3d.loader
Methods in com.badlogic.gdx.graphics.g3d.loader that return ModelNode Modifier and Type Method Description protected ModelNodeG3dModelLoader. parseNodesRecursively(JsonValue json)Methods in com.badlogic.gdx.graphics.g3d.loader that return types with arguments of type ModelNode Modifier and Type Method Description protected Array<ModelNode>G3dModelLoader. parseNodes(ModelData model, JsonValue json) -
Uses of ModelNode in com.badlogic.gdx.graphics.g3d.model.data
Fields in com.badlogic.gdx.graphics.g3d.model.data declared as ModelNode Modifier and Type Field Description ModelNode[]ModelNode. childrenFields in com.badlogic.gdx.graphics.g3d.model.data with type parameters of type ModelNode Modifier and Type Field Description Array<ModelNode>ModelData. nodes
-