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}
 

Detailed Description

Definition at line 73 of file asset_storage.h.

Member Data Documentation

◆ find_degenerates

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

Definition at line 79 of file asset_storage.h.

◆ find_invalid_data

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

Definition at line 80 of file asset_storage.h.

◆ import_meshes

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

Definition at line 75 of file asset_storage.h.

◆ optimize_meshes

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

Definition at line 77 of file asset_storage.h.

◆ split_large_meshes

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

Definition at line 78 of file asset_storage.h.

◆ weld_vertices

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

Definition at line 76 of file asset_storage.h.


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