diff --git a/package.json b/package.json index abf1d58..c0ef700 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "gemini-viewer-demo", + "name": "gemini-viewer-examples", "version": "0.1.0", "private": true, - "homepage": "/gemini-viewer-examples/", + "homepage": ".", "dependencies": { "@codemirror/autocomplete": "^6.3.0", "@codemirror/commands": "^6.1.2", diff --git a/public/config.json b/public/config.json index 9e1d0e1..2ee081d 100644 --- a/public/config.json +++ b/public/config.json @@ -2,66 +2,66 @@ "title": "BIM Models", "subMenus": [{ "title": "Upload your local model", - "url": "./gemini-viewer-examples/demo/empty_model_project.html" + "url": "./demo/empty_model_project.html" }, { "title": "Rac basic sample project", - "url": "./gemini-viewer-examples/demo/bim_0.html" + "url": "./demo/bim_0.html" }, { "title": "Duplex", - "url": "./gemini-viewer-examples/demo/bim_1.html" + "url": "./demo/bim_1.html" }] }, { "title": "2D drawings", "subMenus": [{ "title": "Upload your local dxf", - "url": "./gemini-viewer-examples/demo/empty_dxf_project.html" + "url": "./demo/empty_dxf_project.html" }, { "title": "Rac basic sample project", - "url": "./gemini-viewer-examples/demo/dxf_0.html" + "url": "./demo/dxf_0.html" }, { "title": "City apartments", - "url": "./gemini-viewer-examples/demo/dxf_1.html" + "url": "./demo/dxf_1.html" }, { "title": "Doors & windows", - "url": "./gemini-viewer-examples/demo/dxf_2.html" + "url": "./demo/dxf_2.html" }, { "title": "Drawing comparison", - "url": "./gemini-viewer-examples/demo/dxf_3.html" + "url": "./demo/dxf_3.html" }, { "title": "Drawing comparison with 3 viewports", - "url": "./gemini-viewer-examples/demo/dxf_4.html" + "url": "./demo/dxf_4.html" }, { "title": "Markups", - "url": "./gemini-viewer-examples/demo/dxf_5.html" + "url": "./demo/dxf_5.html" }, { "title": "Hotpoints", - "url": "./gemini-viewer-examples/demo/dxf_6.html" + "url": "./demo/dxf_6.html" }] }, { "title": "Panoramas", "subMenus": [{ "title": "Upload your local vr image(s)", - "url": "./gemini-viewer-examples/demo/empty_vr_project.html" + "url": "./demo/empty_vr_project.html" }, { "title": "Panorama(1 image)", - "url": "./gemini-viewer-examples/demo/vr_0.html" + "url": "./demo/vr_0.html" }, { "title": "Panorama(6 images)", - "url": "./gemini-viewer-examples/demo/vr_1.html" + "url": "./demo/vr_1.html" }, { "title": "Panorama(6 images)", - "url": "./gemini-viewer-examples/demo/vr_2.html" + "url": "./demo/vr_2.html" }, { "title": "Panorama(24 images)", - "url": "./gemini-viewer-examples/demo/vr_3.html" + "url": "./demo/vr_3.html" }, { "title": "Panorama(switching between components)", - "url": "./gemini-viewer-examples/demo/vr_4.html" + "url": "./demo/vr_4.html" }, { "title": "Panorama(two viewports)", - "url": "./gemini-viewer-examples/demo/vr_5.html" + "url": "./demo/vr_5.html" }, { "title": "Panorama album", - "url": "./gemini-viewer-examples/demo/vr_album_0.html" + "url": "./demo/vr_album_0.html" }] }] \ No newline at end of file diff --git a/public/demo/bim_0.html b/public/demo/bim_0.html index a648a9f..ebdf10b 100644 --- a/public/demo/bim_0.html +++ b/public/demo/bim_0.html @@ -1,8 +1,8 @@
- - + +