This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
UpdateTransform remove used_quaternion flag #237
Labels
refactor
Request to re-factor a working system/class/etc.
Is your request related to a problem? Please describe.
Current solution is hacky and error prone.
node.cpp
Describe the solution you'd like
remove the need for a boolean by converting EulerRotation to Quaternion values when setting rotation in node.cpp instead of doing the conversion during UpdateTransform()
The text was updated successfully, but these errors were encountered: