mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-19 12:25:12 -04:00
fix element rotation
This commit is contained in:
parent
b32040d82c
commit
9a21f9de38
@ -58,7 +58,7 @@ data class ElementRotation(
|
||||
val axis = Axes[data["axis"].toString()]
|
||||
|
||||
|
||||
return ElementRotation(origin, axis, angle, rescale)
|
||||
return ElementRotation(origin, axis, -angle, rescale)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user