Files
gemini-viewer-examples/public/config.json
2023-06-27 13:12:18 +08:00

79 lines
1.9 KiB
JSON

[{
"title": "BIM Models",
"subMenus": [{
"title": "Upload your local model",
"url": "./demo/empty_model_project.html"
}, {
"title": "Rac basic sample project",
"url": "./demo/bim_0.html"
}, {
"title": "Duplex",
"url": "./demo/bim_1.html"
}, {
"title": "Overlay 3d model with dxf",
"url": "./demo/bim_2_overlay_with_dxf.html"
}]
}, {
"title": "2D drawings",
"subMenus": [{
"title": "Upload your local dxf",
"url": "./demo/empty_dxf_project.html"
}, {
"title": "Rac basic sample project dwg",
"url": "./demo/dxf_0.html"
}, {
"title": "City apartments",
"url": "./demo/dxf_1.html"
}, {
"title": "Doors & windows",
"url": "./demo/dxf_2.html"
}, {
"title": "Drawing comparison with 1 viewport",
"url": "./demo/dxf_3.html"
}, {
"title": "Drawing comparison with 2 viewports",
"url": "./demo/dxf_8.html"
}, {
"title": "Upload files and compare with 2 viewports",
"url": "./demo/dxf_10.html"
}, {
"title": "Markups",
"url": "./demo/dxf_5.html"
}, {
"title": "Take screenshot via markup",
"url": "./demo/dxf_9.html"
}, {
"title": "Hotpoints",
"url": "./demo/dxf_6.html"
}, {
"title": "Building 1&2",
"url": "./demo/dxf_7.html"
}]
}, {
"title": "Panoramas",
"subMenus": [{
"title": "Upload your local vr image(s)",
"url": "./demo/empty_vr_project.html"
}, {
"title": "Panorama(1 image)",
"url": "./demo/vr_0.html"
}, {
"title": "Panorama(6 images)",
"url": "./demo/vr_1.html"
}, {
"title": "Panorama(6 images2)",
"url": "./demo/vr_2.html"
}, {
"title": "Panorama(24 images)",
"url": "./demo/vr_3.html"
}, {
"title": "Panorama(switching between components)",
"url": "./demo/vr_4.html"
}, {
"title": "Panorama(two viewports)",
"url": "./demo/vr_5.html"
}, {
"title": "Panorama album",
"url": "./demo/vr_album_0.html"
}]
}]