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

View File

@ -149,7 +149,7 @@ const FloorPlanGroup = ({ floorPlanGroup, floorPlanGroupLine, floorPlanGroupPoin
}
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") {