Skip to content

Commit 4a4fe3a

Browse files
committed
update controls
1 parent 6bf8678 commit 4a4fe3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jsm/controls/TransformControls.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { DoubleSide } from "@/constants"
12
import { Float32BufferAttribute } from "@/core/BufferAttribute"
23
import { BufferGeometry } from "@/core/BufferGeometry"
34
import { Object3D } from "@/core/Object3D"
@@ -6,13 +7,16 @@ import { Controls } from "@/extras/Controls"
67
import { BoxGeometry } from "@/geometries/BoxGeometry"
78
import { CylinderGeometry } from "@/geometries/CylinderGeometry"
89
import { OctahedronGeometry } from "@/geometries/OctahedronGeometry"
10+
import { PlaneGeometry } from "@/geometries/PlaneGeometry"
11+
import { SphereGeometry } from "@/geometries/SphereGeometry"
912
import { TorusGeometry } from "@/geometries/TorusGeometry"
1013
import { LineBasicMaterial } from "@/materials/LineBasicMaterial"
1114
import { MeshBasicMaterial } from "@/materials/MeshBasicMaterial"
1215
import { Euler } from "@/math/Euler"
1316
import { Matrix4 } from "@/math/Matrix4"
1417
import { Quaternion } from "@/math/Quaternion"
1518
import { Vector3 } from "@/math/Vector3"
19+
import { Line } from "@/objects/Line"
1620
import { Mesh } from "@/objects/Mesh"
1721

1822
const _raycaster = new Raycaster()

0 commit comments

Comments
 (0)