]> git.mxchange.org Git - simgear.git/commit
bug: 823 change rotation animation to use a subclass of SGRotateTransform
authorTim Moore <timoore33@gmail.com>
Thu, 2 Aug 2012 15:26:31 +0000 (17:26 +0200)
committerTim Moore <timoore33@gmail.com>
Fri, 3 Aug 2012 18:10:00 +0000 (20:10 +0200)
commite202d4e4a516b802b96dc75b1172b74f75fcce1a
tree02f50fa18891744faef4772e902f13704d85a060
parent302deeb12273d22eea26b28e91759bc5685774d2
bug: 823 change rotation animation to use a subclass of SGRotateTransform

The animation is implemented in the computeWorldToLocalMatrix() and
computeLocalToWorldMatrix() virtual functions. Doing the animation in a cull
callback breaks picking.

Fix for http://code.google.com/p/flightgear-bugs/issues/detail?id=823
simgear/scene/model/SGRotateTransform.cxx
simgear/scene/model/SGRotateTransform.hxx
simgear/scene/model/animation.cxx