Comment out WallGroup component and clean up drawWall function call

This commit is contained in:
2025-06-25 17:32:36 +05:30
parent 08208528a5
commit d8a793c421
2 changed files with 2 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ export default function Builder() {
<LayoutImage /> <LayoutImage />
</Bvh> </Bvh>
<WallGroup /> {/* <WallGroup /> */}
</> </>
); );
} }

View File

@@ -148,7 +148,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, selectedVersion?.versionId || '',); drawWall(raycaster, plane, floorPlanGroupPoint, snappedPoint, isSnapped, isSnappedUUID, line, ispreSnapped, anglesnappedPoint, isAngleSnapped, lines, floorPlanGroupLine, floorPlanGroup, ReferenceLineMesh, LineCreated, currentLayerPoint, dragPointControls, setNewLines, setDeletedLines, activeLayer, socket, projectId, selectedVersion?.versionId || '',);
} }
if (toolMode === "Floor") { if (toolMode === "Floor") {