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 Mesh
MeshData. 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 Mesh
Cube3D. getInstance()
static Mesh
Point3D. getInstance()
static Mesh
Quad2D. getInstance()
-
Uses of Mesh in de.coreengine.rendering.renderable
Methods in de.coreengine.rendering.renderable that return Mesh Modifier and Type Method Description Mesh
Grassland. getMesh()
Methods in de.coreengine.rendering.renderable with parameters of type Mesh Modifier and Type Method Description void
Grassland. setMesh(Mesh mesh, float scale)
-