1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix Projection::invert on orthogonal projections and others.

Fixes #68878, specially when using orthographic projection.

Also adds some tests.
This commit is contained in:
Álex Román
2024-08-08 23:52:44 +02:00
committed by Álex Román Núñez
parent 739019e4e4
commit 02b2efc668
3 changed files with 301 additions and 85 deletions

View File

@@ -61,6 +61,7 @@
#include "tests/core/math/test_geometry_3d.h"
#include "tests/core/math/test_math_funcs.h"
#include "tests/core/math/test_plane.h"
#include "tests/core/math/test_projection.h"
#include "tests/core/math/test_quaternion.h"
#include "tests/core/math/test_random_number_generator.h"
#include "tests/core/math/test_rect2.h"