Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mesh_importer_meta::model_meta Struct Reference

#include <asset_storage.h>

Public Attributes

bool import_meshes {true}
 
bool weld_vertices {true}
 
bool optimize_meshes {true}
 
bool split_large_meshes {true}
 
bool find_degenerates {true}
 
bool find_invalid_data {true}
 Enable automatic LOD generation during compilation.
 
bool generate_lods {true}
 Target error for LOD generation (lower = higher quality, higher = more aggressive)
 
float lod_target_error {0.01f}
 

Detailed Description

Definition at line 76 of file asset_storage.h.

Member Data Documentation

◆ find_degenerates

bool unravel::mesh_importer_meta::model_meta::find_degenerates {true}

Definition at line 82 of file asset_storage.h.

◆ find_invalid_data

bool unravel::mesh_importer_meta::model_meta::find_invalid_data {true}

Enable automatic LOD generation during compilation.

Definition at line 83 of file asset_storage.h.

◆ generate_lods

bool unravel::mesh_importer_meta::model_meta::generate_lods {true}

Target error for LOD generation (lower = higher quality, higher = more aggressive)

Definition at line 86 of file asset_storage.h.

◆ import_meshes

bool unravel::mesh_importer_meta::model_meta::import_meshes {true}

Definition at line 78 of file asset_storage.h.

◆ lod_target_error

float unravel::mesh_importer_meta::model_meta::lod_target_error {0.01f}

Definition at line 88 of file asset_storage.h.

◆ optimize_meshes

bool unravel::mesh_importer_meta::model_meta::optimize_meshes {true}

Definition at line 80 of file asset_storage.h.

◆ split_large_meshes

bool unravel::mesh_importer_meta::model_meta::split_large_meshes {true}

Definition at line 81 of file asset_storage.h.

◆ weld_vertices

bool unravel::mesh_importer_meta::model_meta::weld_vertices {true}

Definition at line 79 of file asset_storage.h.


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