1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <title>Mesh</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><Mesh></h1> 11 <h2>Description</h2> 12 <p> 13Lists meshes to be rendered by binding materials to shapes. 14 </p> 15 <h2>Attributes</h2> 16 <table class="arguments"> 17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th><CODE>IsVisible</CODE></th><td> 18 Flag indicating whether being shown. 19 </td></tr><tr><td /><th>RenderPriority</th><td> 20 The rendering priority. 21 </td></tr></table> 22 23<h2>Example Output</h2> 24 25<table> 26<tr> 27<td><pre> 28<Meshes><br> 29 <strong><Mesh IsVisible="true" RenderPriority="0"></strong><br> 30 <EditData><br> 31 <DccToolSourceNodeMetaData><br> 32 <Key>DccToolSourceNode</Key><br> 33 <Values><br> 34 <NodeName>pPlane1</NodeName><br> 35 </Values><br> 36 </DccToolSourceNodeMetaData><br> 37 </EditData><br> 38 <SeparateShapeReference>Shapes[0]</SeparateShapeReference><br> 39 <MaterialReference>Materials["lambert2"]</MaterialReference><br> 40 <strong></Mesh></strong><br> 41</Meshes><br> 42</pre></td> 43</tr></table> 44 <hr><p>CONFIDENTIAL</p></body> 45</html>