diff --git a/src/App.jsx b/src/App.jsx index a0b23a8..cae3109 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -42,7 +42,7 @@ function removeEntity(entityName) { scene.remove(selectedEntity); } } - +// JSON POINTS(markers, directions, ) function createPoint(title, x, y, z) { const label = document.createElement("p"); label.textContent = title;