Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix drawArrow internal matrix calculation (#6164)
+ calculation of arrow tip translation matrix was not correct, - glm::rotation requires normalized input parameters - application order of partial transforms was flipped (rotation must come before translation) fixes issue #6162
- Loading branch information