From f2cb1ce9e2061c1a270c5da5239b28b414883be9 Mon Sep 17 00:00:00 2001 From: Thomas Fuhrmann Date: Fri, 4 Apr 2025 13:32:35 +0200 Subject: [PATCH] Fix lints --- app/three/SceneView.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/three/SceneView.ts b/app/three/SceneView.ts index c8e071c..1f1481a 100644 --- a/app/three/SceneView.ts +++ b/app/three/SceneView.ts @@ -1,13 +1,10 @@ import { - Frustum, Group, Material, - Matrix4, Mesh, MeshBasicMaterial, MeshPhongMaterial, MeshStandardMaterial, - Object3D, PerspectiveCamera, Plane, Raycaster, @@ -41,7 +38,6 @@ import { } from "three/examples/jsm/Addons.js"; import { LODFrustum, - LODRaycast, MapPlaneNode, MapView, OpenStreetMapsProvider,