TheJosh / chaotic-rage

An unusual zombie shooter game for Windows and Linux
GNU General Public License v2.0
35 stars 10 forks source link

3D model physics aren't centered correctly #61

Closed TheJosh closed 10 years ago

TheJosh commented 10 years ago

See the fixed turret on Therlor valley

TheJosh commented 10 years ago

I've centralized the physics<->assimp code to one method, AssimpModel::createCollisionShape, so now we've just got to get that working correctly!

TheJosh commented 10 years ago

Nope it's still borked. Can't figure this one :-1:

TheJosh commented 10 years ago

I've got an idea.

  1. Develop timing profiling system
  2. Test many objs with current system of primatives
  3. Test the same num of objs with trimeshes
TheJosh commented 10 years ago

Fixed!