add 2d selection and delete
This commit is contained in:
@@ -9,10 +9,11 @@ import { getCamera } from "../../../services/factoryBuilder/camera/getCameraApi"
|
||||
import updateCamPosition from "../camera/updateCameraPosition";
|
||||
import CamMode from "../camera/camMode";
|
||||
import SwitchView from "../camera/switchView";
|
||||
import SelectionControls from "./selectionControls/selectionControls";
|
||||
import SelectionControls3D from "./selectionControls/selection3D/selectionControls3D";
|
||||
import TransformControl from "./transformControls/transformControls";
|
||||
import { useParams } from "react-router-dom";
|
||||
import { getUserData } from "../../../functions/getUserData";
|
||||
import SelectionControls2D from "./selectionControls/selection2D/selectionControls2D";
|
||||
|
||||
export default function Controls() {
|
||||
const controlsRef = useRef<CameraControls>(null);
|
||||
@@ -137,7 +138,9 @@ export default function Controls() {
|
||||
|
||||
</CameraControls>
|
||||
|
||||
<SelectionControls />
|
||||
<SelectionControls3D />
|
||||
|
||||
<SelectionControls2D />
|
||||
|
||||
<TransformControl />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user