@miris-inc/core 0.0.8-871f628 → 0.0.8-894a697
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/AquaApi.wasm +0 -0
- package/dist/aqua-parser.wasm +0 -0
- package/dist/core.d.ts +3 -0
- package/dist/core.js +28 -5
- package/dist/core.prod.js +1 -1
- package/dist/core.standalone.js +297 -274
- package/dist/core.standalone.prod.js +1 -1
- package/package.json +1 -1
package/dist/AquaApi.wasm
CHANGED
|
Binary file
|
package/dist/aqua-parser.wasm
CHANGED
|
Binary file
|
package/dist/core.d.ts
CHANGED
|
@@ -20,7 +20,9 @@ export declare class AttributeNames {
|
|
|
20
20
|
static readonly SPARK_EXTENDED_SH3_B: string;
|
|
21
21
|
static readonly UNUSED: string;
|
|
22
22
|
static readonly SHARK_ELLIPSOIDS: string;
|
|
23
|
+
static readonly SHARK_ELLIPSOIDS_COMPRESSED: string;
|
|
23
24
|
static readonly SHARK_SPHERICAL_HARMONICS: string;
|
|
25
|
+
static readonly COLOR: string;
|
|
24
26
|
static readonly OCTANT_OFFSETS: string;
|
|
25
27
|
}
|
|
26
28
|
|
|
@@ -456,6 +458,7 @@ export declare class Miris {
|
|
|
456
458
|
protected _xrSession: XRSession | null;
|
|
457
459
|
protected _requestAnimationFrame: RequestAnimationFrameFn | null;
|
|
458
460
|
signalResumeFromIdle(): void;
|
|
461
|
+
get _splatCountBudget(): number;
|
|
459
462
|
/**
|
|
460
463
|
* Why 43? Because the AVP throttles down to 45Hz :(
|
|
461
464
|
*/
|