0.1.6 (July 11, 2025)
Visual quality improvements, .zip sogs file support, bug fixes.
Enhancements
- Can load SOGS compressed splats packaged in a .zip file (#100) (@asundqui)
- Rename
SparkRendererrenderScale parameter to focalAdjustment (#113) (fix #99) (@asundqui, @mrxz) - Use OffscreenCanvas and WebGL2 context to decode webp SOGS images instead of 3rd party dependency (#90) (@mrxz)
- Animated transitions between splats example (#69) (@winnie1994)
- Example of loading a SOGS compressed splat (@dmarcos, @vincentwoo, @61cygni)
- Expand value range of internal splat encoding to improve visual quality. Lower zero cut-off to retain and render small splats. (#110) (@asundqui, @mrxz)
Bug fixes
- Fix visible property of SplatMesh not having effect. (fix #77) (#100) (@asundqui, @cyango)
- Add missing sh1 and sh2 support to SOGS compressed support (fix #108) (#109) (@lucasoptml)
- Prevent unintentional reuse of ArrayBuffer on concurrent file requests or hits to THREE.Cache. Replace use of THREE.FileLoader with fetch API (#94, #112) (fix #93) (@mrxz, @asundqui)