<Mesh>

Description

Lists the meshes to render by binding materials to shapes.

Attributes

TypeAttributesDescription
IsVisible Flag that indicates 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 that is used under DCC for the mesh source. An empty string ("") is assigned to meshes that combine multiple nodes. This parameter is used, for example, to reference 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