gamekit-developers / gamekit

See http://gamekit.org or http://gamekit.googlecode.com A basic cross-platform 3D game engine around Lua, Bullet, .blend files, Ogre or Irrlicht.
248 stars 75 forks source link

Debug build generates assert for character physics objects #14

Closed cian-chambliss-personal closed 7 years ago

cian-chambliss-personal commented 7 years ago

Character physics object hits an asset on fuzzyZero() normalizing vector (because it is not checking for no movement)

cian-chambliss-personal commented 7 years ago

Added a check in the raycast logic to bail out if there is no change in location (no movement)