3D mesh data
#include <srl_mesh.hpp>
Public Member Functions | |
| constexpr | MeshData () |
| Construct a new empty mesh data object. | |
| const PDATA * | SglConstPtr () const |
| Get pointer to SGL type. | |
| PDATA * | SglPtr () |
| Get pointer to SGL type. | |
Public Attributes | |
| Attribute * | Attributes = nullptr |
| Face attributes. | |
| size_t | FaceCount = 0 |
| Number of faces. | |
| Polygon * | Faces = nullptr |
| Mesh faces. | |
| size_t | VertexCount = 0 |
| Number of vertices of the mesh. | |
| SRL::Math::Types::Vector3D * | Vertices = nullptr |
| Vertices of the mesh. | |