HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_ExportOptions Struct Reference

#include <GLTF_ExportOptions.h>

Public Attributes

bool myExportCustomAttribs = true
 
bool myExportExtras = true
 
bool myExportMaterials = true
 
bool myExportCameras = true
 
bool myExportLights = true
 
bool myExportAnimations = true
 
UT_WeakPtr< GLTF_AnimationDatamyAnimationData
 
bool myUseDracoMeshCompression = false
 
UT_StringHolder myResourceDirectory
 
GLTF_ResourceExportLocation myImageExportLocation
 
GLTF_ImageExportFormat myImageExportFormat
 
UT_Optional< UT_StringHoldermyPathAttrib = UT_NULLOPT
 
UT_StringHolder myObjectMatchPattern = "*"
 
UT_Optional< UT_StringHoldermySceneName = UT_NULLOPT
 

Detailed Description

Definition at line 11 of file GLTF_ExportOptions.h.

Member Data Documentation

UT_WeakPtr<GLTF_AnimationData> GLTF_ExportOptions::myAnimationData

Definition at line 20 of file GLTF_ExportOptions.h.

bool GLTF_ExportOptions::myExportAnimations = true

Definition at line 19 of file GLTF_ExportOptions.h.

bool GLTF_ExportOptions::myExportCameras = true

Definition at line 16 of file GLTF_ExportOptions.h.

bool GLTF_ExportOptions::myExportCustomAttribs = true

Definition at line 13 of file GLTF_ExportOptions.h.

bool GLTF_ExportOptions::myExportExtras = true

Definition at line 14 of file GLTF_ExportOptions.h.

bool GLTF_ExportOptions::myExportLights = true

Definition at line 17 of file GLTF_ExportOptions.h.

bool GLTF_ExportOptions::myExportMaterials = true

Definition at line 15 of file GLTF_ExportOptions.h.

GLTF_ImageExportFormat GLTF_ExportOptions::myImageExportFormat
Initial value:

Definition at line 28 of file GLTF_ExportOptions.h.

GLTF_ResourceExportLocation GLTF_ExportOptions::myImageExportLocation
Initial value:

Definition at line 26 of file GLTF_ExportOptions.h.

UT_StringHolder GLTF_ExportOptions::myObjectMatchPattern = "*"

Definition at line 33 of file GLTF_ExportOptions.h.

UT_Optional<UT_StringHolder> GLTF_ExportOptions::myPathAttrib = UT_NULLOPT

Definition at line 31 of file GLTF_ExportOptions.h.

UT_StringHolder GLTF_ExportOptions::myResourceDirectory

Definition at line 24 of file GLTF_ExportOptions.h.

UT_Optional<UT_StringHolder> GLTF_ExportOptions::mySceneName = UT_NULLOPT

Definition at line 35 of file GLTF_ExportOptions.h.

bool GLTF_ExportOptions::myUseDracoMeshCompression = false

Definition at line 22 of file GLTF_ExportOptions.h.


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