Compare commits
No commits in common. "6b1ddece7261c33eb70abd7b96662a696d43d1c7" and "0abd8474372af36bd1ff0619b48865b9eb835fb1" have entirely different histories.
6b1ddece72
...
0abd847437
@ -470,9 +470,7 @@ export const skeletonBuilder = (roofId, canvas, textMode) => {
|
|||||||
|
|
||||||
//마루이동
|
//마루이동
|
||||||
if (moveFlowLine !== 0 || moveUpDown !== 0) {
|
if (moveFlowLine !== 0 || moveUpDown !== 0) {
|
||||||
const movedPoints = movingLineFromSkeleton(roofId, canvas)
|
roofLineContactPoints = movingLineFromSkeleton(roofId, canvas)
|
||||||
roofLineContactPoints = movedPoints
|
|
||||||
changRoofLinePoints = movedPoints
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// changRoofLinePoints 좌표를 roof.skeletonPoints에 저장 (원본 roof.points는 유지)
|
// changRoofLinePoints 좌표를 roof.skeletonPoints에 저장 (원본 roof.points는 유지)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user