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

#include <mesh.h>

Public Attributes

float triangle_score {0.0f}
 < The sum of all three child vertex scores.
 
bool added {false}
 

Detailed Description

Definition at line 895 of file mesh.h.

Member Data Documentation

◆ added

bool unravel::mesh::optimizer_triangle_info::added {false}

Definition at line 900 of file mesh.h.

◆ triangle_score

float unravel::mesh::optimizer_triangle_info::triangle_score {0.0f}

< The sum of all three child vertex scores.

Whether the triangle has been added to the draw list.

Definition at line 898 of file mesh.h.


The documentation for this struct was generated from the following file: