overte-thingvellir/libraries/animation
Anthony J. Thibault 80dfed77d7 Fix for flickering eyeballs
Calling glm::axis() on an identity quaternion does not result in a normalized vector.
This vector was used within Rig::updateEyeJoint() to limit the rotation of the eye balls,
to prevent the eyes from rolling back into the avatar's head.

If the avatar was looking straight ahead, this could result in bad quaternions in the eye ball
joint matrices, which in turn would cause the eye ball mesh or any mesh influenced by the eyeball joints
not to render.
2016-03-29 10:01:10 -07:00
..
src Fix for flickering eyeballs 2016-03-29 10:01:10 -07:00
CMakeLists.txt Cleanup CMake files 2015-10-11 00:01:03 -07:00