From 2cbbd73c474a2b1a8884a0807e280ebf7fb45479 Mon Sep 17 00:00:00 2001 From: mahmoudadel54 Date: Wed, 24 Jan 2024 14:19:05 +0200 Subject: [PATCH] #9830: Support for IFC as a further 3D model Description: - Remove the dummy ifc layers from new.json file --- web/client/configs/new.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/web/client/configs/new.json b/web/client/configs/new.json index 13f4280279..ac5f20fdba 100644 --- a/web/client/configs/new.json +++ b/web/client/configs/new.json @@ -125,25 +125,6 @@ "fixed": true, "type": "empty", "visibility": false - }, - { - "id": "model-01", - "type": "model", - "url": " https://threejs.org/examples/models/ifc/rac_advanced_sample_project.ifc", - "name": "Model", - "title": "Model", - "center": [0, 0, 0], - "visibility": true - }, - { - "id": "model-02", - "type": "model", - "url": "https://www.steptools.com/docs/stpfiles/ifc/AC20-Institute-Var-2.ifc", - "name": "Model2", - "title": "Model2", - "center": [30.044583340501617, - 31.30455288820029, 0], - "visibility": true } ] }