Commit Graph

5 Commits

Author SHA1 Message Date
70c64f765b added collider interface 2025-12-06 13:56:25 +03:00
5a3f4cc330 added template arg to Vertex struct 2025-11-29 16:31:24 +03:00
09263b390f improved mesh class 2025-11-29 16:28:06 +03:00
353fb290b7 added mesh class, added mesh trair 2025-11-09 22:10:56 +03:00
8f054316fc Implements GJK collision detection
Adds GJK algorithm implementation for detecting collisions between mesh colliders.

Includes mesh collider definition and unit tests for basic collision detection.

Provides a foundation for more complex collision handling and physics interactions.
2025-11-09 14:04:01 +03:00