@voluma/vlam 0.3.2 → 0.3.4

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `@voluma/vlam/formats/rad` - SparkJS `.rad`/`.radc` parsers and streamed scene builder.
2
+ * `@voluma/vlam/formats/rad` - SparkJS `.rad` parser and streamed scene builder.
3
3
  *
4
4
  * Loading through {@link StreamedSplatMesh.load} / {@link loadSplatData} does not
5
5
  * require this import; the library pulls the format in on demand. Use this
@@ -1,6 +1,6 @@
1
1
  import { type RadShCodebook, type SplatData } from '../../core/splat-data';
2
2
  /**
3
- * Parser for World Labs' Spark `.rad`/`.radc` format (a precomputed LOD splat
3
+ * Parser for World Labs' Spark `.rad` format (a precomputed LOD splat
4
4
  * tree with per-column, gzip/deflate-compressed properties). Ported from the
5
5
  * MIT-licensed Rust reference (`sparkjsdev/spark`, `rust/spark-lib/src/rad.rs`
6
6
  * and `splat_encode.rs`) since this project's worker has no Rust/WASM