From c68afe7bce3baee56af5d48721ecd3762f37163c Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 5 Dec 2018 09:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Editor/PointPick.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editor/PointPick.ts b/src/Editor/PointPick.ts index 4ed1cda16..c2847d676 100644 --- a/src/Editor/PointPick.ts +++ b/src/Editor/PointPick.ts @@ -1,4 +1,4 @@ -import { Intersection, Object3D, OrthographicCamera, Raycaster, Vector2, Vector3, Points } from 'three'; +import { Intersection, Object3D, OrthographicCamera, Raycaster, Vector2, Vector3 } from 'three'; import { IViewer } from '../GraphicsSystem/IView'; import { SelectBox, SelectType } from './SelectBox'; import { CheckFilter, Filter } from './SelectFilter';