移除mobx依赖
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
				
			|||||||
import { iaop } from 'xaop';
 | 
					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 { 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 { Line2 } from 'three/examples/jsm/lines/Line2';
 | 
				
			||||||
import { LineGeometry } from 'three/examples/jsm/lines/LineGeometry';
 | 
					import { LineGeometry } from 'three/examples/jsm/lines/LineGeometry';
 | 
				
			||||||
import { LineMaterial } from 'three/examples/jsm/lines/LineMaterial';
 | 
					import { LineMaterial } from 'three/examples/jsm/lines/LineMaterial';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user