Wait wat
This commit is contained in:
parent
3760c8b5c4
commit
7e6dcdf740
|
|
@ -598,7 +598,7 @@ namespace Nz
|
|||
if (!m_derivedUpdated)
|
||||
UpdateDerived();
|
||||
|
||||
return (m_derivedScale, m_derivedRotation.GetConjugate()*(globalPosition - m_derivedPosition))/m_derivedScale;
|
||||
return m_derivedRotation.GetConjugate()*(globalPosition - m_derivedPosition)/m_derivedScale;
|
||||
}
|
||||
|
||||
Quaternionf Node::ToLocalRotation(const Quaternionf& globalRotation) const
|
||||
|
|
|
|||
Loading…
Reference in New Issue