A3DRWParamsExportUSDData
Fields
Detailed Description
-
struct
A3DRWParamsExportUSDData
A structure that specifies parameters used to write the model file to USD format.
- Version
- 25.4
Warning
This structure is experimental and may change in future versions. For more information, see Experimental
Public Members
-
A3DBool
m_bExportGlobalTransformations
When m_bInstancing is false, controls if the USD file should use global transforms, else local transforms are applied.
False by default.
-
A3DBool
m_bWriteHiddenObjects
Controls if all parts should be converted and visibility settings maintained.
If false, hidden or non-visible parts are ignored. True by default.
-
A3DBool
m_bWriteAttributes
Controls if the USD file should convert metadata, including PMI, to USD attributes.
False by default
-
A3DBool
m_bSewMesh
Controls if the USD file should deduplicate mesh vertices and normals (welds mesh).
True by default.
-
A3DETessellationLevelOfDetail
m_eTessellationLevelOfDetail
Controls the tessellation level of detail to recompute in case the tessellation is missing or invalid.
kA3DUSDTessLODMedium by default. LOD from kA3DTessLODExtraLow to kA3DTessLODExtraHigh supported only.