Skip to content

Commit

Permalink
npm bump, rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Dec 12, 2023
1 parent 0f6b7d8 commit e25222a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 25 deletions.
6 changes: 0 additions & 6 deletions dist/xeokit-bim-viewer.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -51942,12 +51942,6 @@ class TrianglesBatchingLayer {
this._state.origin.set(cfg.origin);
}

/**
* The axis-aligned World-space boundary of this TrianglesBatchingLayer's positions.
* @type {*|Float64Array}
*/
this.aabb = math.collapseAABB3();

/**
* When true, this layer contains solid triangle meshes, otherwise this layer contains surface triangle meshes
* @type {boolean}
Expand Down
2 changes: 1 addition & 1 deletion dist/xeokit-bim-viewer.min.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xeokit-bim-viewer.min.umd.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions dist/xeokit-bim-viewer.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -51948,12 +51948,6 @@
this._state.origin.set(cfg.origin);
}

/**
* The axis-aligned World-space boundary of this TrianglesBatchingLayer's positions.
* @type {*|Float64Array}
*/
this.aabb = math.collapseAABB3();

/**
* When true, this layer contains solid triangle meshes, otherwise this layer contains surface triangle meshes
* @type {boolean}
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xeokit/xeokit-bim-viewer",
"version": "2.4.30",
"version": "2.4.31",
"description": "BIM viewer built on xeokit",
"main": "dist/xeokit-bim-viewer.min.es.js",
"files": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@xeokit/xeokit-sdk": "2.4.2-beta-41",
"@xeokit/xeokit-sdk": "2.4.2-beta-42",
"http-server": "^13.0.2"
}
}

0 comments on commit e25222a

Please sign in to comment.