From 1039fe7789a990eee6e00896cf85bc097e9009dc Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 6 Apr 2012 18:58:50 +0100 Subject: working track interpolation --- gaunt01/src/bird.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gaunt01/src/bird.cpp') diff --git a/gaunt01/src/bird.cpp b/gaunt01/src/bird.cpp index 388d7af..9418b65 100644 --- a/gaunt01/src/bird.cpp +++ b/gaunt01/src/bird.cpp @@ -1,5 +1,14 @@ #include "bird.h" +/* +keep track of the high-level properties of the bird here + +activate and control sequences of targets in the morphmesh + +finally drawAnimated() + +*/ + bird::bird() { model.loadMesh("Bird-test.xml"); -- cgit v1.2.3