floating widgets data added

This commit is contained in:
2025-03-27 18:04:16 +05:30
parent dac7edb837
commit 2591de38da
14 changed files with 431 additions and 175 deletions

View File

@@ -19,7 +19,7 @@ import ZoneCentreTarget from "../../components/ui/componets/zoneCameraTarget";
import { useThree } from "@react-three/fiber";
import * as THREE from "three";
import DroppedObjects from "../../components/ui/componets/DroppedFloatingWidgets";
import Throughput from "../../components/layout/3D-cards/cards/Throughput";
// import Simulation from "./simulationtemp/simulation";
@@ -47,7 +47,6 @@ export default function Scene() {
}}
>
<DroppedObjects/>
<Controls />
<TransformControl />
<SelectionControls />