이동시 spare 0.5 추가

This commit is contained in:
hyojun.choi 2026-02-23 11:40:34 +09:00 committed by ysCha
parent f64d5c438e
commit 64db226721

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) => {