|
@@ -43,7 +43,7 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>Curve</td>
|
|
<td>Curve</td>
|
|
- <td>[page:Line Line]</td>
|
|
|
|
|
|
+ <td>[page:Line Line] <sup>1</sup></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>Mesh</td>
|
|
<td>Mesh</td>
|
|
@@ -51,11 +51,15 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>Extrusion</td>
|
|
<td>Extrusion</td>
|
|
- <td>[page:Mesh Mesh]</td>
|
|
|
|
|
|
+ <td>[page:Mesh Mesh] <sup> 2</sup></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>BREP</td>
|
|
<td>BREP</td>
|
|
- <td>[page:Object3D Object3D]</td>
|
|
|
|
|
|
+ <td>[page:Object3D Object3D] <sup>2, 3</sup></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>SubD</td>
|
|
|
|
+ <td>[page:Mesh Mesh] <sup>4</sup></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>InstanceReferences</td>
|
|
<td>InstanceReferences</td>
|
|
@@ -79,6 +83,19 @@
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
+ <p><i>
|
|
|
|
+ <sup>1</sup> NURBS curves are discretized to a hardcoded resolution.
|
|
|
|
+ </i></p>
|
|
|
|
+ <p><i>
|
|
|
|
+ <sup>2</sup> Types which are based on BREPs and NURBS surfaces are represented with their "Render Mesh".
|
|
|
|
+ </i></p>
|
|
|
|
+ <p><i>
|
|
|
|
+ <sup>3</sup> BREPS are converted to an Object3D with it's children array populated with BREP Faces
|
|
|
|
+ </i></p>
|
|
|
|
+ <p><i>
|
|
|
|
+ <sup>4</sup> SubD objects are represented by subdividing their control net.
|
|
|
|
+ </i></p>
|
|
|
|
+
|
|
<h2>Code Example</h2>
|
|
<h2>Code Example</h2>
|
|
|
|
|
|
<code>
|
|
<code>
|