diff options
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"); |
