Unravel Engine C++ 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} |
Definition at line 73 of file asset_storage.h.
bool unravel::mesh_importer_meta::model_meta::find_degenerates {true} |
Definition at line 79 of file asset_storage.h.
bool unravel::mesh_importer_meta::model_meta::find_invalid_data {true} |
Definition at line 80 of file asset_storage.h.
bool unravel::mesh_importer_meta::model_meta::import_meshes {true} |
Definition at line 75 of file asset_storage.h.
bool unravel::mesh_importer_meta::model_meta::optimize_meshes {true} |
Definition at line 77 of file asset_storage.h.
bool unravel::mesh_importer_meta::model_meta::split_large_meshes {true} |
Definition at line 78 of file asset_storage.h.
bool unravel::mesh_importer_meta::model_meta::weld_vertices {true} |
Definition at line 76 of file asset_storage.h.