From e58c68202ed409841400c3cc3c04878ce3461ac7 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Thu, 14 May 2026 13:00:35 +0900 Subject: [PATCH 1/2] Add community plugins to README Added community plugins section with links and descriptions. --- src/three/plugins/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/three/plugins/README.md b/src/three/plugins/README.md index a0d32725f..eecfca73c 100644 --- a/src/three/plugins/README.md +++ b/src/three/plugins/README.md @@ -4,6 +4,16 @@ Plugins and extensions for the 3D Tiles renderer. See the [API reference](./API.md) for full class and method documentation. +# Community Plugins + +#### [3D-Tiles-RendererJS-3DGS-Plugin](https://github.com/WilliamLiu-1997/3D-Tiles-RendererJS-3DGS-Plugin) + +Plugin for rendering gaussian-splat-embeded glTF tile sets. + +#### [3dtilesrenderer-styling-plugin](https://github.com/bertt/3dtilesrenderer-styling-plugin) + +Plugin for adding Cesium 3D Tiles Styling specification support. + # Use ## GLTF Plugins From bad26fdfce4687afff691f2ca9c91c4bb377e761 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Thu, 14 May 2026 14:03:01 +0900 Subject: [PATCH 2/2] Update README.md --- src/three/plugins/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/three/plugins/README.md b/src/three/plugins/README.md index eecfca73c..cf1b9e4b2 100644 --- a/src/three/plugins/README.md +++ b/src/three/plugins/README.md @@ -8,11 +8,15 @@ See the [API reference](./API.md) for full class and method documentation. #### [3D-Tiles-RendererJS-3DGS-Plugin](https://github.com/WilliamLiu-1997/3D-Tiles-RendererJS-3DGS-Plugin) -Plugin for rendering gaussian-splat-embeded glTF tile sets. +Plugin to render gaussian-splat-embeded glTF tile sets. #### [3dtilesrenderer-styling-plugin](https://github.com/bertt/3dtilesrenderer-styling-plugin) -Plugin for adding Cesium 3D Tiles Styling specification support. +Plugin to add Cesium 3D Tiles Styling specification support. + +#### [3dtilesrenderer-outline-plugin](https://github.com/bertt/3dtilesrenderer-outline-plugin) + +Plugin to add support for `CESIUM_primitive_outline` glTF extension. # Use