Skip to content

Commit f92d90b

Browse files
authored
add three.meshline to plugins, add lego tag for LDraw (#22200)
1 parent e0000ac commit f92d90b

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

docs/manual/en/introduction/Libraries-and-Plugins.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>Postprocessing</h3>
3535
<li>[link:https://github.com/vanruesc/postprocessing postprocessing]</li>
3636
</ul>
3737

38-
<h3>Intersection and Raycasting Performance</h3>
38+
<h3>Intersection and Raycast Performance</h3>
3939

4040
<ul>
4141
<li>[link:https://github.com/gkjohnson/three-mesh-bvh three-mesh-bvh]</li>
@@ -52,7 +52,13 @@ <h3>File Formats</h3>
5252
<li>[link:https://github.com/gkjohnson/urdf-loaders/tree/master/javascript urdf-loader]</li>
5353
<li>[link:https://github.com/NASA-AMMOS/3DTilesRendererJS 3d-tiles-renderer-js]</li>
5454
<li>[link:https://github.com/kaisalmen/WWOBJLoader WebWorker OBJLoader]</li>
55-
<li>[link:https://github.com/agviegas/IFC.js IFC.js]</li>
55+
<li>[link:https://github.com/IFCjs/web-ifc-three IFC.js]</li>
56+
</ul>
57+
58+
<h3>Geometry</h3>
59+
60+
<ul>
61+
<li>[link:https://github.com/spite/THREE.MeshLine THREE.MeshLine]</li>
5662
</ul>
5763

5864
<h3>3D Text and Layout</h3>
@@ -68,7 +74,6 @@ <h3>Particle Systems</h3>
6874
<li>[link:https://github.com/creativelifeform/three-nebula three-nebula]</li>
6975
</ul>
7076

71-
7277
<h3>Inverse Kinematics</h3>
7378

7479
<ul>

docs/manual/ja/introduction/Libraries-and-Plugins.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>Postprocessing(後処理)</h3>
3636
<li>[link:https://github.com/vanruesc/postprocessing postprocessing]</li>
3737
</ul>
3838

39-
<h3>Intersection and Raycasting Performance</h3>
39+
<h3>Intersection and Raycast Performance</h3>
4040

4141
<ul>
4242
<li>[link:https://github.com/gkjohnson/three-mesh-bvh three-mesh-bvh]</li>
@@ -52,7 +52,13 @@ <h3>File Formats(ファイル形式)</h3>
5252
<li>[link:https://github.com/gkjohnson/urdf-loaders/tree/master/javascript urdf-loader]</li>
5353
<li>[link:https://github.com/NASA-AMMOS/3DTilesRendererJS 3d-tiles-renderer-js]</li>
5454
<li>[link:https://github.com/kaisalmen/WWOBJLoader WebWorker OBJLoader]</li>
55-
<li>[link:https://github.com/agviegas/IFC.js IFC.js]</li>
55+
<li>[link:https://github.com/IFCjs/web-ifc-three IFC.js]</li>
56+
</ul>
57+
58+
<h3>Geometry</h3>
59+
60+
<ul>
61+
<li>[link:https://github.com/spite/THREE.MeshLine THREE.MeshLine]</li>
5662
</ul>
5763

5864
<h3>3D Text and Layout</h3>
@@ -68,7 +74,6 @@ <h3>Particle Systems</h3>
6874
<li>[link:https://github.com/creativelifeform/three-nebula three-nebula]</li>
6975
</ul>
7076

71-
7277
<h3>Inverse Kinematics</h3>
7378

7479
<ul>
@@ -93,4 +98,4 @@ <h3>Wrappers and Frameworks</h3>
9398

9499
</body>
95100

96-
</html>
101+
</html>

examples/tags.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"webgl_lines_fat": [ "gpu", "stats", "panel" ],
3131
"webgl_loader_ttf": [ "text", "font" ],
3232
"webgl_loader_pdb": [ "molecules", "css2d" ],
33+
"webgl_loader_ldraw": [ "lego" ],
3334
"webgl_lod": [ "level", "details" ],
3435
"webgl_materials_blending": [ "alpha" ],
3536
"webgl_materials_blending_custom": [ "alpha" ],

0 commit comments

Comments
 (0)