<ModelDccToolExportOption>

Description

This tag records ouptut options to use when exporting model data.
Including the fixed string ModelDccToolInfo, this tag takes <Key> elements as children.

Attributes

TypeAttributesDescription
ExportStartFrame The start frame during export.
Magnify Specifies the magnification ratio by which the model's vertex coordinates and Translate value should be multiplied.
AdjustSkinning The output mode for skinning models.
Assumes one of two values: None or RigidSkinning.
MeshVisibilityMode The mesh visibility flag mode.
Assumes one of two values: BindByIndex or BindByName.

Example Output


<ModelDccToolExportOption ExportStartFrame="0" Magnify="1" AdjustSkinning="None" MeshVisibilityMode="BindByIndex">
<Key>ModelDccToolInfo</Key>
</ModelDccToolExportOption>


CONFIDENTIAL