Class RenderMesh
- Namespace
- Elegy.Common.Assets.ElegyMapData
- Assembly
- Elegy.Common.dll
A render mesh is a collection of renderable surfaces. Definitely read more about RenderSurface.
public class RenderMesh
- Inheritance
-
RenderMesh
- Inherited Members
Properties
Surfaces
The render surfaces of this mesh.
public List<RenderSurface> Surfaces { get; set; }
Property Value
Methods
ToMeshes()
Converts this into a list of Elegy render meshes.
public List<Mesh> ToMeshes()