HDK
|
#include <GLTF_Refiner.h>
Public Attributes | |
bool | output_custom_attribs = false |
UT_String | mesh_name |
bool | exporting_skin = false |
std::function< exint(exint)> | boneCapture_index_to_joint = {} |
bool | blendshape = false |
Definition at line 84 of file GLTF_Refiner.h.
bool GLTF_NAMESPACE::GLTF_Refiner::Refine_Options::blendshape = false |
Definition at line 91 of file GLTF_Refiner.h.
std::function<exint(exint)> GLTF_NAMESPACE::GLTF_Refiner::Refine_Options::boneCapture_index_to_joint = {} |
Definition at line 90 of file GLTF_Refiner.h.
bool GLTF_NAMESPACE::GLTF_Refiner::Refine_Options::exporting_skin = false |
Definition at line 88 of file GLTF_Refiner.h.
UT_String GLTF_NAMESPACE::GLTF_Refiner::Refine_Options::mesh_name |
Definition at line 87 of file GLTF_Refiner.h.
bool GLTF_NAMESPACE::GLTF_Refiner::Refine_Options::output_custom_attribs = false |
Definition at line 86 of file GLTF_Refiner.h.