@playcanvas/splat-transform 0.17.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -13614,7 +13614,7 @@ class CompressedChunk {
|
|
|
13614
13614
|
}
|
|
13615
13615
|
}
|
|
13616
13616
|
|
|
13617
|
-
var version = "0.
|
|
13617
|
+
var version = "1.0.0";
|
|
13618
13618
|
|
|
13619
13619
|
// sort the provided indices into morton order
|
|
13620
13620
|
const sortMortonOrder = (dataTable, indices) => {
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcanvas/splat-transform",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"author": "PlayCanvas<support@playcanvas.com>",
|
|
5
5
|
"homepage": "https://playcanvas.com",
|
|
6
6
|
"description": "Library and CLI tool for 3D Gaussian splat format conversion and transformation",
|