From Fabien Lavignotte, "Here is some various small fixes i have done while playing with

osgAnimation.
 - Animation : removed the _name attribute that is never used.
 - BasicAnimationManager : fix a crash on Windows with the example
osganimationviewer. The _lastUpdate attribute was not initialized when
using copy constructor.
 - CMakeLists.txt : add RigGeometry to the headers list"
This commit is contained in:
Robert Osfield
2009-02-09 22:56:21 +00:00
parent f156454ccf
commit e15383fd7a
5 changed files with 86 additions and 136 deletions

View File

@@ -252,9 +252,6 @@ int main (int argc, char* argv[])
initVertexMap(root.get(), right0.get(), right1.get(), geom, src.get());
geom->buildVertexSet();
geom->buildTransformer(skelroot.get());
// let's run !
viewer.setSceneData( scene );
viewer.realize();