Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mesh::triangle Struct Reference

Structure describing data for a single triangle in the mesh. More...

#include <mesh.h>

Public Attributes

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
 

Detailed Description

Structure describing data for a single triangle in the mesh.

Definition at line 351 of file mesh.h.

Member Data Documentation

◆ 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

Definition at line 358 of file mesh.h.

◆ 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: