Uses of Class
de.coreengine.rendering.model.Mesh
-
Packages that use Mesh Package Description de.coreengine.asset.dataStructures de.coreengine.rendering.model de.coreengine.rendering.model.singletons de.coreengine.rendering.renderable -
-
Uses of Mesh in de.coreengine.asset.dataStructures
Methods in de.coreengine.asset.dataStructures that return Mesh Modifier and Type Method Description MeshMeshData. getInstance(String texPath, boolean asResource, boolean animated)Creating new mesh instance of the dataStructure model -
Uses of Mesh in de.coreengine.rendering.model
Methods in de.coreengine.rendering.model that return Mesh Modifier and Type Method Description Mesh[]Model. getMeshes()Constructors in de.coreengine.rendering.model with parameters of type Mesh Constructor Description AnimatedModel(Mesh[] meshes, Joint skeleton, HashMap<String,Animation> animations)Creating new animated modelModel(Mesh[] meshes)Creating new model with its meshes -
Uses of Mesh in de.coreengine.rendering.model.singletons
Methods in de.coreengine.rendering.model.singletons that return Mesh Modifier and Type Method Description static MeshCube3D. getInstance()static MeshPoint3D. getInstance()static MeshQuad2D. getInstance() -
Uses of Mesh in de.coreengine.rendering.renderable
Methods in de.coreengine.rendering.renderable that return Mesh Modifier and Type Method Description MeshGrassland. getMesh()Methods in de.coreengine.rendering.renderable with parameters of type Mesh Modifier and Type Method Description voidGrassland. setMesh(Mesh mesh, float scale)
-