@speridlabs/visus 2.1.0 → 2.1.1
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 +2 -2
- package/dist/main.es.js +255 -251
- package/dist/main.umd.js +5 -5
- package/dist/react.es.js +356 -352
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -304,12 +304,12 @@ declare interface SplatSortUpdateEvent extends THREE.Event {
|
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
export declare class TextureManager {
|
|
307
|
+
textureWidth: number;
|
|
308
|
+
textureHeight: number;
|
|
307
309
|
transformA: THREE.DataTexture;
|
|
308
310
|
transformB: THREE.DataTexture;
|
|
309
311
|
colorTexture: THREE.DataTexture;
|
|
310
312
|
orderTexture: THREE.DataTexture;
|
|
311
|
-
textureWidth: number;
|
|
312
|
-
textureHeight: number;
|
|
313
313
|
/**
|
|
314
314
|
* Create a new TextureManager for a set of splats
|
|
315
315
|
* @param splatData The splat data to manage textures for
|