1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Merge pull request #95303 from EIREXE/inverted_composer

Fix `Projection::invert` for orthographic projection
This commit is contained in:
Rémi Verschelde
2024-11-20 17:03:03 +01:00
3 changed files with 301 additions and 85 deletions

View File

@@ -65,6 +65,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"