Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
agargaro committed Sep 15, 2024
1 parent 6c29c1a commit 96d42f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/InstancedMeshLOD.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BVHNode } from "bvh.js";
import { BufferGeometry, Camera, Color, ColorRepresentation, DataTexture, Frustum, Intersection, Material, Matrix4, Object3D, Sphere, Vector3, WebGLRenderer } from "three";
import { BufferGeometry, Camera, Color, ColorRepresentation, DataTexture, Frustum, Material, Matrix4, Object3D, Sphere, Vector3, WebGLRenderer } from "three";
import { createTexture_mat4, createTexture_vec3 } from "../utils/createTexture.js";
import { BVHParams, Entity, InstancedMesh2, UpdateEntityCallback } from "./InstancedMesh2.js";
import { InstancedMeshBVH } from "./InstancedMeshBVH.js";
Expand Down

0 comments on commit 96d42f5

Please sign in to comment.