You've already forked godot
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:
committed by
Álex Román Núñez
parent
739019e4e4
commit
02b2efc668
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user