<Mesh>

Description

Lists meshes to be rendered by binding materials to shapes.

Attributes

TypeAttributesDescription
IsVisible Flag indicating whether the object is visible.
RenderPriority Rendering priority.
CurrentPrimitiveIndex Index number of currently valid primitives.
MeshNodeName Node name used under DCC. This parameter is assigned the node name used under DCC for the mesh source. An empty string ("") is assigned to meshes that combine multiple nodes. This parameter is used for things like referencing MeshNodeVisibilities.

Example Output

<Meshes>
<Mesh IsVisible="true" RenderPriority="0">
<EditData>
<DccToolSourceNodeMetaData>
<Key>DccToolSourceNode</Key>
<Values>
<NodeName>pPlane1</NodeName>
</Values>
</DccToolSourceNodeMetaData>
</EditData>
<SeparateShapeReference>Shapes[0]</SeparateShapeReference>
<MaterialReference>Materials["lambert2"]</MaterialReference>
</Mesh>
</Meshes>

CONFIDENTIAL