지붕 생성 추가

This commit is contained in:
hyojun.choi 2024-08-20 13:28:16 +09:00
parent c6d2d49e68
commit 359b7be38e

View File

@ -922,8 +922,8 @@ export function useMode() {
setRoof(roof)
setWall(polygon)
// roof.drawHelpLine()
// roof.divideLine()
roof.drawHelpLine()
roof.divideLine()
}
const drawRoofPolygon = (wall, offset = 50) => {