@speridlabs/visus 2.4.0 → 2.4.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/dist/main.d.ts CHANGED
@@ -94,6 +94,7 @@ export declare class PlyLoader extends THREE.Loader {
94
94
  * Class for loading SOGS (Self Organizing Gaussians) files
95
95
  */
96
96
  export declare class SogsLoader extends THREE.Loader {
97
+ constructor(manager?: THREE.LoadingManager);
97
98
  /**
98
99
  * Detect if a buffer is a ZIP file by checking magic bytes
99
100
  * ZIP files start with signature: PK\x03\x04 (0x50 0x4B 0x03 0x04)