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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shop-components",
3
- "version": "0.2.8",
3
+ "version": "0.3.0",
4
4
  "description": "Shop components",
5
5
  "main": "dist/shop-components.umd.js",
6
6
  "module": "dist/shop-components.mjs",