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

< Structure describing LOD level information. Total number of vertices. More...

#include <mesh.h>

Public Attributes

uint32_t triangles = 0
 < Number of triangles in this LOD.
 
float percent = 0.0f
 

Detailed Description

< Structure describing LOD level information. Total number of vertices.

Definition at line 355 of file mesh.h.

Member Data Documentation

◆ percent

float unravel::mesh::info::lod_info::percent = 0.0f

Definition at line 360 of file mesh.h.

◆ triangles

uint32_t unravel::mesh::info::lod_info::triangles = 0

< Number of triangles in this LOD.

Percentage of triangles in this LOD.

Definition at line 358 of file mesh.h.


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