From Cedric Pinson, updates to osganimation examples.

Merged by Robert Osfield, from OpenSceneGraph-osgWidget-dev
This commit is contained in:
Robert Osfield
2008-11-28 14:37:16 +00:00
parent 9b1841d009
commit 070b9c2cd9
2 changed files with 4 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ osg::Node* setupCube()
osg::MatrixTransform* setupAnimtkNode()
{
osg::Vec3 v[4];
osg::Vec3 v[5];
v[0] = osg::Vec3(0,0,0);
v[1] = osg::Vec3(10,-50,0);
v[2] = osg::Vec3(30,-10,20);