이동시 spare 0.5 추가

This commit is contained in:
hyojun.choi 2026-02-23 11:40:34 +09:00
parent 4ce66733dd
commit 4bf90e7dfb

View File

@ -1059,7 +1059,7 @@ export function useModule() {
}
const isOutsideSurface = (module, moduleSetupSurface) => {
return !checkModuleDisjointSurface(polygonToTurfPolygon(module, true), polygonToTurfPolygon(moduleSetupSurface, true))
return !checkModuleDisjointSurface(polygonToTurfPolygon(module, true), polygonToTurfPolygon(moduleSetupSurface, true), 0.5)
}
const getRowModules = (target) => {