updated vehicle path based on wall data
This commit is contained in:
1089
app/src/modules/simulation/vehicle/pathCreator/pathCreator.tsx
Normal file
1089
app/src/modules/simulation/vehicle/pathCreator/pathCreator.tsx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,7 @@ import VehicleUI from "../spatialUI/vehicle/vehicleUI";
|
||||
import { useSceneContext } from "../../scene/sceneContext";
|
||||
import PreDefinedPath from "./preDefinedPath/preDefinedPath";
|
||||
import StructuredPath from "./structuredPath/structuredPath";
|
||||
import PathCreator from "./pathCreator/pathCreator";
|
||||
|
||||
function Vehicles() {
|
||||
const { vehicleStore } = useSceneContext();
|
||||
@@ -29,7 +30,8 @@ function Vehicles() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<StructuredPath />
|
||||
<PathCreator />
|
||||
{/* <StructuredPath /> */}
|
||||
{/* <PreDefinedPath /> */}
|
||||
{/* <VehicleInstances /> */}
|
||||
{isVehicleSelected && selectedEventSphere && !isPlaying && <VehicleUI />}
|
||||
|
||||
Reference in New Issue
Block a user