Merge branch 'v3-wall' into v3

This commit is contained in:
Jerald-Golden-B 2025-06-10 11:42:58 +05:30
commit d199a71992
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ export default function Builder() {
plane={plane} plane={plane}
/> />
{/* <WallGroup /> */} <WallGroup />
<AislesGroup /> <AislesGroup />

View File

@ -161,7 +161,7 @@ const FloorPlanGroup = ({ floorPlanGroup, floorPlanGroupLine, floorPlanGroupPoin
} }
if (toolMode === "Wall") { if (toolMode === "Wall") {
drawWall(raycaster, plane, floorPlanGroupPoint, snappedPoint, isSnapped, isSnappedUUID, line, ispreSnapped, anglesnappedPoint, isAngleSnapped, lines, floorPlanGroupLine, floorPlanGroup, ReferenceLineMesh, LineCreated, currentLayerPoint, dragPointControls, setNewLines, setDeletedLines, activeLayer, socket, projectId); // drawWall(raycaster, plane, floorPlanGroupPoint, snappedPoint, isSnapped, isSnappedUUID, line, ispreSnapped, anglesnappedPoint, isAngleSnapped, lines, floorPlanGroupLine, floorPlanGroup, ReferenceLineMesh, LineCreated, currentLayerPoint, dragPointControls, setNewLines, setDeletedLines, activeLayer, socket, projectId);
} }
if (toolMode === "Floor") { if (toolMode === "Floor") {