Skip to content

Commit 429322a

Browse files
author
rrdls
committed
feat: change engine_components URL
1 parent 3c71954 commit 429322a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/families/Furniture/SimpleFurniture/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{
3939
"imports": {
4040
"three": "https://unpkg.com/three@0.160.1/build/three.module.js",
41-
"openbim-components": "https://ifcjs.github.io/components/resources/openbim-components.js",
41+
"openbim-components": "https://thatopen.github.io/engine_components/resources/openbim-components.js",
4242
"openbim-clay": "../../../../resources/openbim-clay.js",
4343
"web-ifc": "https://unpkg.com/web-ifc@0.0.51/web-ifc-api.js",
4444
"stats.js/src/Stats.js": "https://unpkg.com/stats-js@1.0.1/src/Stats.js",

src/families/Opening/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{
3939
"imports": {
4040
"three": "https://unpkg.com/three@0.160.1/build/three.module.js",
41-
"openbim-components": "https://ifcjs.github.io/components/resources/openbim-components.js",
41+
"openbim-components": "https://thatopen.github.io/engine_components/resources/openbim-components.js",
4242
"openbim-clay": "../../../../resources/openbim-clay.js",
4343
"web-ifc": "https://unpkg.com/web-ifc@0.0.51/web-ifc-api.js",
4444
"stats.js/src/Stats.js": "https://unpkg.com/stats-js@1.0.1/src/Stats.js",

src/families/Slabs/SimpleSlab/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{
3939
"imports": {
4040
"three": "https://unpkg.com/three@0.160.1/build/three.module.js",
41-
"openbim-components": "https://ifcjs.github.io/components/resources/openbim-components.js",
41+
"openbim-components": "https://thatopen.github.io/engine_components/resources/openbim-components.js",
4242
"openbim-clay": "../../../../resources/openbim-clay.js",
4343
"web-ifc": "https://unpkg.com/web-ifc@0.0.51/web-ifc-api.js",
4444
"stats.js/src/Stats.js": "https://unpkg.com/stats-js@1.0.1/src/Stats.js",

src/families/Walls/SimpleWall/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"three": "https://unpkg.com/three@0.160.1/build/three.module.js",
4141
"openbim-clay": "../../../../resources/openbim-clay.js",
4242
"web-ifc": "https://unpkg.com/web-ifc@0.0.51/web-ifc-api.js",
43-
"openbim-components": "https://ifcjs.github.io/components/resources/openbim-components.js",
43+
"openbim-components": "https://thatopen.github.io/engine_components/resources/openbim-components.js",
4444
"stats.js/src/Stats.js": "https://unpkg.com/stats-js@1.0.1/src/Stats.js",
4545
"three/examples/jsm/libs/lil-gui.module.min": "https://unpkg.com/three@0.160.1/examples/jsm/libs/lil-gui.module.min.js",
4646
"three/examples/jsm/controls/TransformControls": "https://unpkg.com/three@0.135.0/examples/jsm/controls/TransformControls.js"

src/geometries/Profiles/RectangleProfile/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{
3939
"imports": {
4040
"three": "https://unpkg.com/three@0.160.1/build/three.module.js",
41-
"openbim-components": "https://ifcjs.github.io/components/resources/openbim-components.js",
41+
"openbim-components": "https://thatopen.github.io/engine_components/resources/openbim-components.js",
4242
"openbim-clay": "../../../../resources/openbim-clay.js",
4343
"web-ifc": "https://unpkg.com/web-ifc@0.0.51/web-ifc-api.js",
4444
"stats.js/src/Stats.js": "https://unpkg.com/stats-js@1.0.1/src/Stats.js",

0 commit comments

Comments
 (0)