shop-components 0.2.8 → 0.3.0
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/assets/loader.worker-fysOIq2s.js +7 -0
- package/dist/shop-components.cjs +123 -116
- package/dist/shop-components.mjs +5119 -3857
- package/dist/stories/device-viewer/amr.d.ts +0 -10
- package/package.json +1 -1
|
@@ -51,12 +51,7 @@ export declare class Amr extends Object3D {
|
|
|
51
51
|
private _shapeKeyCache;
|
|
52
52
|
private _materialsCache;
|
|
53
53
|
opacityCache: undefined | number;
|
|
54
|
-
private _pointCloudMode;
|
|
55
|
-
private _pointClouds;
|
|
56
|
-
private _originalMeshes;
|
|
57
|
-
private _pointCloudAnimations;
|
|
58
54
|
actions: string[];
|
|
59
|
-
private _mergedGeometry;
|
|
60
55
|
get shapeKeys(): Map<string, number>;
|
|
61
56
|
get size(): {
|
|
62
57
|
width: number;
|
|
@@ -112,11 +107,6 @@ export declare class Amr extends Object3D {
|
|
|
112
107
|
generateSlot(m: Object3D, scene: Object3D): Slot | undefined;
|
|
113
108
|
clean(): void;
|
|
114
109
|
destroy(): void;
|
|
115
|
-
setPointCloudMode(enabled: boolean): void;
|
|
116
|
-
private _createPointClouds;
|
|
117
|
-
private _generatePointsOnTriangle;
|
|
118
|
-
private _removeDuplicatePoints;
|
|
119
|
-
private _clearPointClouds;
|
|
120
110
|
playAction(name: string, reset?: boolean): void;
|
|
121
111
|
pauseAction(name: string): void;
|
|
122
112
|
}
|