Skip to content

Commit

Permalink
Merge pull request #16 from RyugaRyuzaki/develop
Browse files Browse the repository at this point in the history
fixed build 1
  • Loading branch information
RyugaRyuzaki committed May 26, 2024
2 parents 825e4db + 5a247da commit d591aa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/BimModel/src/system/00-base/Utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
import {IFC4} from "web-ifc";
import * as THREE from "three";
export function globalId(): IFC4.IfcGloballyUniqueId {
return new IFC4.IfcGloballyUniqueId(THREE.MathUtils.generateUUID());
}
1 change: 0 additions & 1 deletion src/BimModel/src/system/00-base/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./IfcCategoryMap";
export * from "./IfcElements";
export * from "./IfcEnum";
export * from "./utils";

0 comments on commit d591aa5

Please sign in to comment.