[
  {
    "id": "building1",
    "name": "House",
    "category": "building",
    "icon": "bi-house-door",
    "modelPath": "./models/building/building1.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [1, 1, 1],
    "footprint": [[0,0],[1,0],[0,1],[1,1]],
    "color": "#00e5a0"
  },
  {
    "id": "building2",
    "name": "Shop",
    "category": "building",
    "icon": "bi-shop",
    "modelPath": "./models/building/building2.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [1, 1, 1],
    "footprint": [[0,0],[1,0],[0,1],[1,1]],
    "color": "#4db8ff"
  },
  {
    "id": "building3",
    "name": "Factory",
    "category": "building",
    "icon": "bi-building-gear",
    "modelPath": "./models/building/building3.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [1, 1, 1],
    "footprint": [[0,0],[1,0],[0,1],[1,1]],
    "color": "#ffa94d"
  },
  {
    "id": "building4",
    "name": "Apartment",
    "category": "building",
    "icon": "bi-building-gear",
    "modelPath": "./models/building/building4.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [1, 1, 1],
    "footprint": [[0,0],[1,0],[0,1],[1,1]],
    "color": "#ffa94d"
  },
  {
    "id": "building5",
    "name": "Office",
    "category": "building",
    "icon": "bi-building-gear",
    "modelPath": "./models/building/building5.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [1, 1, 1],
    "footprint": [[0,0],[1,0],[0,1],[1,1]],
    "color": "#ffa94d"
  },
  {
    "id": "building6",
    "name": "Complex",
    "category": "building",
    "icon": "bi-building-gear",
    "modelPath": "./models/building/building6.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [1, 1, 1],
    "footprint": [[0,0],[1,0],[0,1],[1,1]],
    "color": "#ffa94d"
  },
  {
    "id": "house3",
    "name": "House 3",
    "category": "building",
    "icon": "bi-house-door",
    "modelPath": "./models/building/house3.glb",
    "modelType": "glb",
    "position": [0, 0.35, 0],
    "rotation": [0, 0, 0],
    "scale": [0.9, 0.9, 0.9],
    "footprint": [[0,0],[1,0]],
    "color": "#ffa94d"
  },
  {
    "id": "road1",
    "name": "Straight",
    "category": "road",
    "icon": "bi-dash-lg",
    "modelPath": "./models/road/road1.glb",
    "modelType": "glb",
    "position": [0, 0.01, 0],
    "rotation": [0, 0, 0],
    "scale": [0.13, 0.13, 0.13],
    "footprint": [[0,0]],
    "color": "#888888"
  },
  {
    "id": "road2",
    "name": "Curve",
    "category": "road",
    "icon": "bi-arrow-return-right",
    "modelPath": "./models/road/road2.glb",
    "modelType": "glb",
    "position": [0, 0.01, 0],
    "rotation": [0, 0, 0],
    "scale": [0.13, 0.13, 0.13],
    "footprint": [[0,0]],
    "color": "#999999"
  },
  {
    "id": "road3",
    "name": "Cross",
    "category": "road",
    "icon": "bi-plus-lg",
    "modelPath": "./models/road/road3.glb",
    "modelType": "glb",
    "position": [0, 0.01, 0],
    "rotation": [0, 0, 0],
    "scale": [0.13, 0.13, 0.13],
    "footprint": [[0,0]],
    "color": "#777777"
  },
  {
    "id": "tree1",
    "name": "Pine",
    "category": "decoration",
    "icon": "bi-tree",
    "modelPath": "./models/decor/tree1.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [0.20, 0.20, 0.20],
    "footprint": [[0,0]],
    "color": "#2d8a4e"
  },
  {
    "id": "tree2",
    "name": "Pine",
    "category": "decoration",
    "icon": "bi-tree-fill",
    "modelPath": "./models/decor/tree2.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [0.20, 0.20, 0.20],
    "footprint": [[0,0]],
    "color": "#1a6b3a"
  },
  {
    "id": "tree3",
    "name": "Fir",
    "category": "decoration",
    "icon": "bi-flower1",
    "modelPath": "./models/decor/tree3.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [0.30, 0.30, 0.30],
    "footprint": [[0,0]],
    "color": "#4caf50"
  },
  {
    "id": "tree4",
    "name": "Palm",
    "category": "decoration",
    "icon": "bi-tree-fill",
    "modelPath": "./models/decor/tree4.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [0.50, 0.50, 0.50],
    "footprint": [[0,0]],
    "color": "#1a6b3a"
  },
  {
    "id": "tree5",
    "name": "Tree",
    "category": "decoration",
    "icon": "bi-tree-fill",
    "modelPath": "./models/decor/tree5.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [0.40, 0.40, 0.40],
    "footprint": [[0,0]],
    "color": "#1a6b3a"
  },
  {
    "id": "tree6",
    "name": "Red",
    "category": "decoration",
    "icon": "bi-tree-fill",
    "modelPath": "./models/decor/tree6.glb",
    "modelType": "glb",
    "position": [0, 0, 0],
    "rotation": [0, 0, 0],
    "scale": [0.10, 0.10, 0.10],
    "footprint": [[0,0]],
    "color": "#1a6b3a"
  },
  {
    "id": "car1",
    "name": "Sedan",
    "category": "vehicle",
    "icon": "bi-car-front",
    "modelPath": "./models/vehicles/car1.glb",
    "modelType": "glb",
    "position": [0, 0.02, 0],
    "rotation": [0, 0, 0],
    "scale": [0.07, 0.07, 0.07],
    "footprint": [[0,0]],
    "color": "#e74c3c"
  },
  {
    "id": "car2",
    "name": "SUV",
    "category": "vehicle",
    "icon": "bi-truck",
    "modelPath": "./models/vehicles/car2.glb",
    "modelType": "glb",
    "position": [0, 0.02, 0],
    "rotation": [0, 0, 0],
    "scale": [0.20, 0.20, 0.20],
    "footprint": [[0,0]],
    "color": "#3498db"
  },
  {
    "id": "car3",
    "name": "Truck",
    "category": "vehicle",
    "icon": "bi-truck-front",
    "modelPath": "./models/vehicles/car3.glb",
    "modelType": "glb",
    "position": [0, 0.02, 0],
    "rotation": [0, 0, 0],
    "scale": [0.008, 0.008, 0.008],
    "footprint": [[0,0]],
    "color": "#f39c12"
  }
]
