浏览代码

Update docs

Luis Fraguada 4 年之前
父节点
当前提交
5c84d54071
共有 1 个文件被更改,包括 20 次插入3 次删除
  1. 20 3
      docs/examples/en/loaders/3DMLoader.html

+ 20 - 3
docs/examples/en/loaders/3DMLoader.html

@@ -43,7 +43,7 @@
 			</tr>
 			<tr>
 				<td>Curve</td>
-				<td>[page:Line Line]</td>
+				<td>[page:Line Line] <sup>1</sup></td>
 			</tr>
 			<tr>
 				<td>Mesh</td>
@@ -51,11 +51,15 @@
 			</tr>
 			<tr>
 				<td>Extrusion</td>
-				<td>[page:Mesh Mesh]</td>
+				<td>[page:Mesh Mesh] <sup> 2</sup></td>
 			</tr>
 			<tr>
 				<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>
 				<td>InstanceReferences</td>
@@ -79,6 +83,19 @@
 			</tr>
 		</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>
 
 		<code>