From c214f61b3434b7d5783f3be5a161e8de4b2b93ad Mon Sep 17 00:00:00 2001 From: ChenX <908666218@qq.com> Date: Mon, 26 Oct 2020 10:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4mobx=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.esm.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api.esm.js b/api.esm.js index eb63966..bd58b99 100644 --- a/api.esm.js +++ b/api.esm.js @@ -1,6 +1,5 @@ import { iaop } from 'xaop'; import { Vector3, Matrix4, Vector2, Box3, Object3D, LineDashedMaterial, MeshBasicMaterial, LineBasicMaterial, DoubleSide, ShaderMaterial, Color, BufferGeometry, Shape as Shape$1, ShapeGeometry, BufferAttribute, EllipseCurve, ExtrudeGeometry, Mesh, Plane as Plane$1, Line3, Line as Line$1, MathUtils, Path, LineSegments, Geometry, Face3, Float32BufferAttribute, ShapeUtils, CatmullRomCurve3, InstancedInterleavedBuffer, InterleavedBufferAttribute, CylinderBufferGeometry, BoxBufferGeometry } from 'three'; -import { observable, toJS } from 'mobx'; import { Line2 } from 'three/examples/jsm/lines/Line2'; import { LineGeometry } from 'three/examples/jsm/lines/LineGeometry'; import { LineMaterial } from 'three/examples/jsm/lines/LineMaterial';