Commit Graph

9 Commits (556ca037ecaa5a0d13b3733ceee5257390d2e53d)

Author SHA1 Message Date
Vectozavr 6bc5c7dd1f HitBox added. acceleration of collision detection in 20 times. 2021-11-04 02:57:48 +07:00
Vectozavr 2e926a10f4 bug fixed with respawn animation 2021-11-03 22:06:41 +07:00
Vectozavr 9dff5dff32 accelerate collision detection in x3 times (feat. Neirokan) 2021-11-03 20:35:30 +07:00
Vectozavr f1c91f539c accelerate collision detection in x3 times (feat. Neirokan) 2021-11-03 20:21:39 +07:00
Vectozavr 832f174664 add result table 2021-10-26 13:40:35 +07:00
Vectozavr 8a6d31eded Code refactoring. 2021-10-18 00:52:21 +07:00
Vectozavr a6efdc71de Code refactoring. 2021-10-17 14:30:58 +07:00
Vectozavr 6856f48054 Code refactoring. 2021-10-17 00:22:55 +07:00
Vectozavr d3684f8aa6 Point4D & Triangle now are completely immutable.
- Deleted operator= for Point4D and Triangle
- Add Vec3D & Vec2D to substitute Point4D in cases where we dont need 4 dimensions. Vec3D & Vec2D are immutable.
- Small refactoring of EPA & GJK in RigidBody.cpp
2021-10-12 21:12:47 +07:00