This commit is contained in:
RobinsAviary
2026-04-23 18:08:01 -04:00
parent fe66945b1c
commit f39070a140

View File

@@ -849,7 +849,7 @@ MatrixCompose :: proc "c" (translation: Vector3, rotation: Quaternion, scale: Ve
right.x, up.x, forward.x, translation.x,
right.y, up.y, forward.y, translation.y,
right.z, up.z, forward.z, translation.z,
0, 0, 0, 1
0, 0, 0, 1,
}
return result