浏览代码

add three.meshline to plugins, add lego tag for LDraw (#22200)

Garrett Johnson 4 年之前
父节点
当前提交
f92d90b0b2

+ 8 - 3
docs/manual/en/introduction/Libraries-and-Plugins.html

@@ -35,7 +35,7 @@
 			<li>[link:https://github.com/vanruesc/postprocessing postprocessing]</li>
 		</ul>
 
-		<h3>Intersection and Raycasting Performance</h3>
+		<h3>Intersection and Raycast Performance</h3>
 		
 		<ul>
 			<li>[link:https://github.com/gkjohnson/three-mesh-bvh three-mesh-bvh]</li>
@@ -52,7 +52,13 @@
 			<li>[link:https://github.com/gkjohnson/urdf-loaders/tree/master/javascript urdf-loader]</li>
 			<li>[link:https://github.com/NASA-AMMOS/3DTilesRendererJS 3d-tiles-renderer-js]</li>
 			<li>[link:https://github.com/kaisalmen/WWOBJLoader WebWorker OBJLoader]</li>
-			<li>[link:https://github.com/agviegas/IFC.js IFC.js]</li>
+			<li>[link:https://github.com/IFCjs/web-ifc-three IFC.js]</li>
+		</ul>
+
+		<h3>Geometry</h3>
+
+		<ul>
+			<li>[link:https://github.com/spite/THREE.MeshLine THREE.MeshLine]</li>
 		</ul>
 
 		<h3>3D Text and Layout</h3>
@@ -68,7 +74,6 @@
 			<li>[link:https://github.com/creativelifeform/three-nebula three-nebula]</li>
 		</ul>
 		
-		
 		<h3>Inverse Kinematics</h3>
 
 		<ul>

+ 9 - 4
docs/manual/ja/introduction/Libraries-and-Plugins.html

@@ -36,7 +36,7 @@
         <li>[link:https://github.com/vanruesc/postprocessing postprocessing]</li>
     </ul>
 
-    <h3>Intersection and Raycasting Performance</h3>
+    <h3>Intersection and Raycast Performance</h3>
 
     <ul>
         <li>[link:https://github.com/gkjohnson/three-mesh-bvh three-mesh-bvh]</li>
@@ -52,7 +52,13 @@
         <li>[link:https://github.com/gkjohnson/urdf-loaders/tree/master/javascript urdf-loader]</li>
         <li>[link:https://github.com/NASA-AMMOS/3DTilesRendererJS 3d-tiles-renderer-js]</li>
         <li>[link:https://github.com/kaisalmen/WWOBJLoader WebWorker OBJLoader]</li>
-        <li>[link:https://github.com/agviegas/IFC.js IFC.js]</li>
+        <li>[link:https://github.com/IFCjs/web-ifc-three IFC.js]</li>
+    </ul>
+
+    <h3>Geometry</h3>
+
+    <ul>
+        <li>[link:https://github.com/spite/THREE.MeshLine THREE.MeshLine]</li>
     </ul>
 
     <h3>3D Text and Layout</h3>
@@ -68,7 +74,6 @@
         <li>[link:https://github.com/creativelifeform/three-nebula three-nebula]</li>
     </ul>
 
-
     <h3>Inverse Kinematics</h3>
 
     <ul>
@@ -93,4 +98,4 @@
 
 </body>
 
-</html>
+</html>

+ 1 - 0
examples/tags.json

@@ -30,6 +30,7 @@
 	"webgl_lines_fat": [ "gpu", "stats", "panel" ],
 	"webgl_loader_ttf": [ "text", "font" ],
 	"webgl_loader_pdb": [ "molecules", "css2d" ],
+	"webgl_loader_ldraw": [ "lego" ],
 	"webgl_lod": [ "level", "details" ],
 	"webgl_materials_blending": [ "alpha" ],
 	"webgl_materials_blending_custom": [ "alpha" ],