This website requires JavaScript.
Explore
Help
Sign In
BTH
/
axyz
Watch
1
Star
0
Fork
0
You've already forked axyz
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
ec7ab417e6ba9ef1bb4f81f57491efcdb1cd701b
axyz
/
src
/
Engine
/
Collision
T
History
verysecrethero
0869afd529
Merge pull request
#193
from teamfisk/BoxModelCollision
...
Removed collision jittering effects
2016-03-11 10:48:25 +01:00
..
Collision.cpp
Merge pull request
#193
from teamfisk/BoxModelCollision
2016-03-11 10:48:25 +01:00
CollisionSystem.cpp
Merge pull request
#193
from teamfisk/BoxModelCollision
2016-03-11 10:48:25 +01:00
FillFrustumOctreeSystem.cpp
Frustrum octree should only get AABBs derived from Model now.
2016-02-10 16:10:41 +01:00
FillOctreeSystem.cpp
Models/Collideables/etc. won't need a AABB component anymore, if it has a Model component. In addition, they should take rotation into account, i.e it doesn't have to be axis-aligned.
2016-02-09 19:20:04 +01:00
TriggerSystem.cpp
Don't collide against disabled (invisible) models. Triggers uses model vs. box instead of only box vs. box.
2016-03-10 16:05:30 +01:00