refactor: uncomment WallsAndWallItems component and remove commented WallGroup component
This commit is contained in:
parent
e90a67e97f
commit
8b92de59fe
|
@ -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 /> */}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue