@xeokit/xeokit-sdk 2.4.2-beta-41 → 2.4.2-beta-42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xeokit/xeokit-sdk",
3
- "version": "2.4.2-beta-41",
3
+ "version": "2.4.2-beta-42",
4
4
  "description": "Web Programming Toolkit for 3D/2D BIM and AEC Graphics",
5
5
  "module": "./dist/xeokit-sdk.es.js",
6
6
  "main": "./dist/xeokit-sdk.cjs.js",
@@ -129,12 +129,6 @@ class TrianglesBatchingLayer {
129
129
  this._state.origin.set(cfg.origin);
130
130
  }
131
131
 
132
- /**
133
- * The axis-aligned World-space boundary of this TrianglesBatchingLayer's positions.
134
- * @type {*|Float64Array}
135
- */
136
- this.aabb = math.collapseAABB3();
137
-
138
132
  /**
139
133
  * When true, this layer contains solid triangle meshes, otherwise this layer contains surface triangle meshes
140
134
  * @type {boolean}