Commit Graph

22 Commits

Author SHA1 Message Date
orange b6f41ed653 improved naming 2026-05-13 07:51:17 +03:00
orange 8562c5d1f2 added more unreachable checks 2026-03-24 05:28:01 +03:00
orange 4b6db0c402 updated z range 2026-03-23 23:36:19 +03:00
orange 9af201069a Fixes incorrect NDC calculation and updates formulas
Corrects the NDC calculation in `world_to_screen` to improve accuracy.
Replaces custom perspective projection matrix calculation with `omath::mat_perspective_right_handed` for correctness and consistency.
Updates test cases and provides debugging information by printing view and projection matrices.
Addresses an issue in the feature/ndc_invalid_calc_fix branch.
2025-10-21 04:38:43 +03:00
orange 36e4cef2f3 fix unity 2025-09-22 02:10:33 +03:00
orange 19350b2618 fixed unity 2025-09-20 15:54:48 +03:00
orange 18a1349693 reverted 2025-09-20 15:46:21 +03:00
orange 3fa85f4c4d added new mat function
more tests
2025-09-20 15:44:33 +03:00
orange 1f4b10f336 Refactors camera and prediction engine traits.
Moves camera and prediction engine implementations into traits for each engine,
decoupling the engine-specific logic from the core classes, promoting code reuse
and maintainability. This change allows for easier addition of new engines and
customization of existing ones.
2025-08-11 00:32:09 +03:00
orange ba2c60389f added more noexcept 2025-05-05 01:46:50 +03:00
orange 6df9d59fe9 fixed style 2025-05-03 20:38:58 +03:00
orange 4406e1e461 changed code style 2025-05-03 20:31:59 +03:00
orange 01b7256e98 improved cmake, removed useless cmake files 2025-04-30 21:26:25 +03:00
orange 9de444bda0 fixed gimba lock for unity 2025-04-26 00:52:46 +03:00
orange 7642936716 removed method from Mat added method for unity 2025-04-16 17:52:19 +03:00
orange d30c5be50f fixed for clang 2025-03-24 06:48:51 +03:00
orange 47e8bc1a04 fixed unity view matrix building 2025-03-24 06:30:09 +03:00
orange d2e67b7f86 fix 2025-03-23 00:57:58 +03:00
orange 620ea44b06 improved camera 2025-03-22 17:39:40 +03:00
orange de968ee03b updated formulas 2025-03-22 08:36:06 +03:00
orange cbc0a13a79 added unity engine tests 2025-03-22 08:12:16 +03:00
orange d9fe60b505 added camera files 2025-03-22 04:26:54 +03:00