Skip to content

Commit

Permalink
chore(core): add test log
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Oct 17, 2024
1 parent 4ddf977 commit 30288a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components",
"description": "Collection of core functionalities to author BIM apps.",
"version": "2.4.0-alpha.3",
"version": "2.4.0-alpha.4",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/src/fragments/IfcGeometryTiler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ export class IfcGeometryTiler extends Component implements Disposable {
}

private async streamAllGeometries() {
console.log("Converting geometries to tiles...");

const { minGeometrySize, minAssetsSize } = this.settings;

// Precompute the level to which each item belongs
Expand Down

0 comments on commit 30288a3

Please sign in to comment.