Skip to content

Commit c1ad2ae

Browse files
committed
Add SplatTransform API
1 parent 2902796 commit c1ad2ae

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

INDEX.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Welcome to the PlayCanvas API Reference! This documentation provides detailed in
44

55
This documentation is organized into modules that correspond to different PlayCanvas products. Each section contains detailed descriptions of classes, methods, and their respective usage.
66

7-
| Module | Description |
8-
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
9-
| [Engine](/modules/Engine.html) | The core engine API that powers PlayCanvas applications, providing support for graphics, physics, and more. |
10-
| [Editor](/modules/Editor.html) | The API for automating and enhancing the functionality of the PlayCanvas Editor. |
11-
| [PCUI](/modules/PCUI.html) | A web front-end framework specifically tailored for creating UIs in browser-based tools. |
12-
| [PCUIGraph](/modules/PCUIGraph.html) | A PCUI extension providing a component for managing node-based graphs. |
13-
| [Observer](/modules/Observer.html) | An implementation of the [observer pattern](https://en.wikipedia.org/wiki/Observer_pattern), essential for event handling and data binding in complex apps. |
7+
| Module | Description |
8+
| -------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
9+
| [Engine](/modules/Engine.html) | The core engine API that powers PlayCanvas applications, providing support for graphics, physics, and more. |
10+
| [Editor](/modules/Editor.html) | The API for automating and enhancing the functionality of the PlayCanvas Editor. |
11+
| [PCUI](/modules/PCUI.html) | A web front-end framework specifically tailored for creating UIs in browser-based tools. |
12+
| [PCUIGraph](/modules/PCUIGraph.html) | A PCUI extension providing a component for managing node-based graphs. |
13+
| [Observer](/modules/Observer.html) | An implementation of the [observer pattern](https://en.wikipedia.org/wiki/Observer_pattern), essential for event handling and data binding in complex apps. |
14+
| [SplatTransform](/splat-transform/index.html) | A library and CLI tool for converting and editing 3D Gaussian splats. |
1415

1516
### 🚀 Getting Started
1617

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ <h3>API References</h3>
773773
<li><a href="./observer/">Observer</a></li>
774774
<li><a href="./pcui/">PCUI</a></li>
775775
<li><a href="./pcui-graph/">PCUI Graph</a></li>
776+
<li><a href="./splat-transform/">Splat Transform</a></li>
776777
</ul>
777778
</nav>
778779
</div>
@@ -822,6 +823,11 @@ <h3>📖 Observer</h3>
822823
<p>Reactive data observation and binding system.</p>
823824
<a href="./observer/" class="module-link">View API Reference</a>
824825
</li>
826+
<li class="module-item" data-name="splat-transform">
827+
<h3>📖 Splat Transform</h3>
828+
<p>Library and CLI tool for converting and editing 3D Gaussian splats.</p>
829+
<a href="./splat-transform/" class="module-link">View API Reference</a>
830+
</li>
825831
</ul>
826832
</section>
827833
</div>

repos-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"name": "web-components",
3535
"url": "https://github.com/playcanvas/web-components.git",
3636
"branch": "main"
37+
},
38+
{
39+
"name": "splat-transform",
40+
"url": "https://github.com/playcanvas/splat-transform.git",
41+
"branch": "main"
3742
}
3843
]
3944
}

0 commit comments

Comments
 (0)