Uses of Class
com.badlogic.gdx.graphics.g3d.model.data.ModelMesh
-
Packages that use ModelMesh Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.model.data -
-
Uses of ModelMesh in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type ModelMesh Modifier and Type Method Description protected voidModel. convertMesh(ModelMesh modelMesh)Method parameters in com.badlogic.gdx.graphics.g3d with type arguments of type ModelMesh Modifier and Type Method Description protected voidModel. loadMeshes(java.lang.Iterable<ModelMesh> meshes) -
Uses of ModelMesh in com.badlogic.gdx.graphics.g3d.model.data
Fields in com.badlogic.gdx.graphics.g3d.model.data with type parameters of type ModelMesh Modifier and Type Field Description Array<ModelMesh>ModelData. meshesMethods in com.badlogic.gdx.graphics.g3d.model.data with parameters of type ModelMesh Modifier and Type Method Description voidModelData. addMesh(ModelMesh mesh)
-