2
0
mirror of https://github.com/godotengine/godot.git synced 2025-03-13 23:41:08 +08:00
Matthew 9f21dfbafd
Remove unnecessary line from Projection::get_z_far
Removes a line from Projection::get_z_far that flips the normal of a plane.
While this may be required for similar code elsewhere in the file, this is
unnecessary here, as only the length of the normal is used and not the
direction. Flipping the normal does not change its magnitude and therefore is
unnecessary in this case.
2023-09-20 10:48:37 -04:00
..
2023-09-15 21:32:23 +02:00
2023-08-02 13:29:35 +01:00
2023-07-10 12:04:02 +03:00
2023-09-09 11:30:11 +02:00
2023-04-12 22:08:49 +02:00