@playcanvas/splat-transform 0.14.0 → 0.14.2
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 +2 -0
- package/dist/index.mjs +3890 -2928
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -67,6 +67,7 @@ Actions can be repeated and applied in any order:
|
|
|
67
67
|
-V, --filter-value <name,cmp,value> Keep splats where <name> <cmp> <value>
|
|
68
68
|
cmp ∈ {lt,lte,gt,gte,eq,neq}
|
|
69
69
|
-p, --params <key=val,...> Pass parameters to .mjs generator script
|
|
70
|
+
-l, --lod <n> Specify the level of detail of this model, n >= 0.
|
|
70
71
|
```
|
|
71
72
|
|
|
72
73
|
## Global Options
|
|
@@ -74,6 +75,7 @@ Actions can be repeated and applied in any order:
|
|
|
74
75
|
```none
|
|
75
76
|
-h, --help Show this help and exit
|
|
76
77
|
-v, --version Show version and exit
|
|
78
|
+
-q, --quiet Suppress non-error output
|
|
77
79
|
-w, --overwrite Overwrite output file if it exists
|
|
78
80
|
-c, --cpu Use CPU for SOG spherical harmonic compression
|
|
79
81
|
-i, --iterations <n> Iterations for SOG SH compression (more=better). Default: 10
|