Add finite check for normalize() in vector classes

This commit is contained in:
Silc Lizard (Tokage) Renew
2026-02-18 17:28:27 +09:00
parent a3e84cc2af
commit db90de4dbd
11 changed files with 69 additions and 20 deletions
+1
View File
@@ -150,6 +150,7 @@ Transform3D Transform3D::translated_local(const Vector3 &p_translation) const {
}
void Transform3D::orthonormalize() {
// Orthonormalizable check is done in Basis class below.
basis.orthonormalize();
}