Structure describing data for a single triangle in the mesh.
More...
#include <mesh.h>
|
| uint32_t | data_group_id = 0 |
| | < Data group identifier for this triangle.
|
| |
| std::array< uint32_t, 3 > | indices = {0, 0, 0} |
| | Flags for this triangle.
|
| |
| uint8_t | flags = 0 |
| |
Structure describing data for a single triangle in the mesh.
Definition at line 351 of file mesh.h.
◆ data_group_id
| uint32_t unravel::mesh::triangle::data_group_id = 0 |
< Data group identifier for this triangle.
Indices of the vertices in this triangle.
Definition at line 354 of file mesh.h.
◆ flags
| uint8_t unravel::mesh::triangle::flags = 0 |
◆ indices
| std::array<uint32_t, 3> unravel::mesh::triangle::indices = {0, 0, 0} |
Flags for this triangle.
Definition at line 356 of file mesh.h.
The documentation for this struct was generated from the following file:
- C:/Workspace/github/UnravelEngine/UnravelEngine/engine/engine/rendering/mesh.h