Basis RotationQuat should be public.
(cherry picked from commit a676b8ea66
)
This commit is contained in:
parent
1dcbcaaa0d
commit
197b375b89
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ namespace Godot
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
internal Quat RotationQuat()
|
public Quat RotationQuat()
|
||||||
{
|
{
|
||||||
Basis orthonormalizedBasis = Orthonormalized();
|
Basis orthonormalizedBasis = Orthonormalized();
|
||||||
real_t det = orthonormalizedBasis.Determinant();
|
real_t det = orthonormalizedBasis.Determinant();
|
||||||
|
|
Loading…
Reference in a new issue