refactor: uncomment WallsAndWallItems component and remove commented WallGroup component

This commit is contained in:
Jerald-Golden-B 2025-06-18 14:50:41 +05:30
parent e90a67e97f
commit 8b92de59fe
2 changed files with 4 additions and 4 deletions

View File

@ -205,7 +205,7 @@ export default function Builder() {
/> />
</Bvh> </Bvh>
{/* <WallsAndWallItems <WallsAndWallItems
CSGGroup={CSGGroup} CSGGroup={CSGGroup}
setSelectedItemsIndex={setSelectedItemsIndex} setSelectedItemsIndex={setSelectedItemsIndex}
selectedItemsIndex={selectedItemsIndex} selectedItemsIndex={selectedItemsIndex}
@ -213,7 +213,7 @@ export default function Builder() {
csg={csg} csg={csg}
lines={lines} lines={lines}
hoveredDeletableWallItem={hoveredDeletableWallItem} hoveredDeletableWallItem={hoveredDeletableWallItem}
/> */} />
<Bvh firstHitOnly> <Bvh firstHitOnly>
@ -274,7 +274,7 @@ export default function Builder() {
<LayoutImage /> <LayoutImage />
</Bvh> </Bvh>
<WallGroup /> {/* <WallGroup /> */}
</> </>
); );
} }

View File

@ -149,7 +149,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") {