Commit Graph

2 Commits

Author SHA1 Message Date
6da44a5a51 added mesh class, added mesh trair 2025-11-09 22:10:56 +03:00
338246a618 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