You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You also need to move the pos.rotateXZBy() instruction, or the resulting position will be wrong when the object has a yaw !=0
(The rotation has to be done BEFORE the attached position is applied!
4 commit comments
orwell96 commentedon Sep 30, 2017
You also need to move the pos.rotateXZBy() instruction, or the resulting position will be wrong when the object has a yaw !=0
(The rotation has to be done BEFORE the attached position is applied!
raymoo commentedon Sep 30, 2017
@orwell96 Thanks for catching.
orwell96 commentedon Sep 30, 2017
I committed this change... nevermind
orwell96 commentedon Oct 2, 2017
Fixed in b9fb3ce.