File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1+ import { DoubleSide } from "@/constants"
12import { Float32BufferAttribute } from "@/core/BufferAttribute"
23import { BufferGeometry } from "@/core/BufferGeometry"
34import { Object3D } from "@/core/Object3D"
@@ -6,13 +7,16 @@ import { Controls } from "@/extras/Controls"
67import { BoxGeometry } from "@/geometries/BoxGeometry"
78import { CylinderGeometry } from "@/geometries/CylinderGeometry"
89import { OctahedronGeometry } from "@/geometries/OctahedronGeometry"
10+ import { PlaneGeometry } from "@/geometries/PlaneGeometry"
11+ import { SphereGeometry } from "@/geometries/SphereGeometry"
912import { TorusGeometry } from "@/geometries/TorusGeometry"
1013import { LineBasicMaterial } from "@/materials/LineBasicMaterial"
1114import { MeshBasicMaterial } from "@/materials/MeshBasicMaterial"
1215import { Euler } from "@/math/Euler"
1316import { Matrix4 } from "@/math/Matrix4"
1417import { Quaternion } from "@/math/Quaternion"
1518import { Vector3 } from "@/math/Vector3"
19+ import { Line } from "@/objects/Line"
1620import { Mesh } from "@/objects/Mesh"
1721
1822const _raycaster = new Raycaster ( )
You can’t perform that action at this time.
0 commit comments