@playcanvas/splat-transform 2.0.4 → 2.0.5
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/README.md +110 -25
- package/dist/cli.mjs +42 -69
- package/dist/cli.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6278,11 +6278,11 @@ class CompressedChunk {
|
|
|
6278
6278
|
/**
|
|
6279
6279
|
* The splat-transform version (semver MAJOR.MINOR.PATCH).
|
|
6280
6280
|
*/
|
|
6281
|
-
const version = '2.0.
|
|
6281
|
+
const version = '2.0.5';
|
|
6282
6282
|
/**
|
|
6283
6283
|
* The splat-transform revision (short Git hash of HEAD at build time).
|
|
6284
6284
|
*/
|
|
6285
|
-
const revision = '
|
|
6285
|
+
const revision = '1fc5209';
|
|
6286
6286
|
|
|
6287
6287
|
const generatedByString = `Generated by splat-transform ${version}`;
|
|
6288
6288
|
const chunkProps = [
|
package/dist/index.mjs
CHANGED
|
@@ -6275,11 +6275,11 @@ class CompressedChunk {
|
|
|
6275
6275
|
/**
|
|
6276
6276
|
* The splat-transform version (semver MAJOR.MINOR.PATCH).
|
|
6277
6277
|
*/
|
|
6278
|
-
const version = '2.0.
|
|
6278
|
+
const version = '2.0.5';
|
|
6279
6279
|
/**
|
|
6280
6280
|
* The splat-transform revision (short Git hash of HEAD at build time).
|
|
6281
6281
|
*/
|
|
6282
|
-
const revision = '
|
|
6282
|
+
const revision = '1fc5209';
|
|
6283
6283
|
|
|
6284
6284
|
const generatedByString = `Generated by splat-transform ${version}`;
|
|
6285
6285
|
const chunkProps = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcanvas/splat-transform",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
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",
|