3D smooth mesh data
#include <srl_mesh.hpp>
Public Member Functions | |
| constexpr | SmoothMeshData () |
| Construct a new empty mesh data object. | |
| const XPDATA * | SglConstPtr () const |
| Get pointer to SGL type. | |
| XPDATA * | 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. | |
| SRL::Math::Types::Vector3D * | Normals = nullptr |
| Normal vector data for vertices. | |
| size_t | VertexCount = 0 |
| Number of vertices of the mesh. | |
| SRL::Math::Types::Vector3D * | Vertices = nullptr |
| Vertices of the mesh. | |