diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-06 18:58:50 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-06 18:58:50 +0100 |
| commit | 1039fe7789a990eee6e00896cf85bc097e9009dc (patch) | |
| tree | bba490437c25de6572ecfa914a3d0223fda1972b /gaunt01/src/bird.cpp | |
| parent | adc1fe0182495151eba174f7ab5b99a900e10b5e (diff) | |
working track interpolation
Diffstat (limited to 'gaunt01/src/bird.cpp')
| -rw-r--r-- | gaunt01/src/bird.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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"); |
