Blender Git Loki
Git Commits -> Revision a1e78a0
Revision a1e78a0 by Campbell Barton (master) June 20, 2008, 20:54 (GMT) |
* Documented that get/setOrientation use an inverted rotation matrix * OB prefix is needed when specifying the object for the Message Actuator, this is very bad since other object fields in the BGE dont need this prefix - a real fix would need do_versions to keep old files running. * RotationMatrix was all nans if the rotation vector axis was 0,0,0, Changed so in this case just return a matrix that doesn't rotate anything, spent some angry hours to find these issues, maybe this will save others the hassle ;) |
Commit Details:
Full Hash: a1e78a0cca624061929eb3bae4420be5c16fd540
SVN Revision: 15291
Parent Commit: de76199
Lines Changed: +30, -25