Commit Graph

3 Commits

Author SHA1 Message Date
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