diff --git a/leenkx/Sources/leenkx/logicnode/RotationNode.hx b/leenkx/Sources/leenkx/logicnode/RotationNode.hx index ed80dea..57374ba 100644 --- a/leenkx/Sources/leenkx/logicnode/RotationNode.hx +++ b/leenkx/Sources/leenkx/logicnode/RotationNode.hx @@ -37,6 +37,7 @@ class RotationNode extends LogicNode { value.y = vect.y; value.z = vect.z; value.w = inputs[1].get(); + value.normalize(); case "AxisAngle": var vec: Vec4 = inputs[0].get();