HDK
|
#include <GLTF_MaterialExport.h>
Public Attributes | |
bool | myCopySourceTextures = false |
bool | myFlipGreenChannel = false |
bool | myRoundUpPowerOfTwo = false |
int | myQuality = 100 |
exint | myMaxResolution = 0 |
UT_StringHolder | myImageFormat = "png" |
Definition at line 39 of file GLTF_MaterialExport.h.
bool GLTF_NAMESPACE::GLTF_TextureParms::myCopySourceTextures = false |
Definition at line 42 of file GLTF_MaterialExport.h.
bool GLTF_NAMESPACE::GLTF_TextureParms::myFlipGreenChannel = false |
Definition at line 43 of file GLTF_MaterialExport.h.
UT_StringHolder GLTF_NAMESPACE::GLTF_TextureParms::myImageFormat = "png" |
Definition at line 47 of file GLTF_MaterialExport.h.
exint GLTF_NAMESPACE::GLTF_TextureParms::myMaxResolution = 0 |
Definition at line 46 of file GLTF_MaterialExport.h.
int GLTF_NAMESPACE::GLTF_TextureParms::myQuality = 100 |
Definition at line 45 of file GLTF_MaterialExport.h.
bool GLTF_NAMESPACE::GLTF_TextureParms::myRoundUpPowerOfTwo = false |
Definition at line 44 of file GLTF_MaterialExport.h.