Fix lints

This commit is contained in:
Fuhrmann 2025-04-04 13:32:35 +02:00
parent dd65a5b804
commit f2cb1ce9e2

View file

@ -1,13 +1,10 @@
import { import {
Frustum,
Group, Group,
Material, Material,
Matrix4,
Mesh, Mesh,
MeshBasicMaterial, MeshBasicMaterial,
MeshPhongMaterial, MeshPhongMaterial,
MeshStandardMaterial, MeshStandardMaterial,
Object3D,
PerspectiveCamera, PerspectiveCamera,
Plane, Plane,
Raycaster, Raycaster,
@ -41,7 +38,6 @@ import {
} from "three/examples/jsm/Addons.js"; } from "three/examples/jsm/Addons.js";
import { import {
LODFrustum, LODFrustum,
LODRaycast,
MapPlaneNode, MapPlaneNode,
MapView, MapView,
OpenStreetMapsProvider, OpenStreetMapsProvider,