summaryrefslogtreecommitdiff
path: root/gaunt01/src/bird.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-06-13 17:53:08 +0100
committerTim Redfern <tim@eclectronics.org>2012-06-13 17:53:08 +0100
commit01529fbe5dd7cffbc78bd21118e601b0a47172d4 (patch)
tree7a1a99fa53ac48dc727b923d8c3695cf6ef4f096 /gaunt01/src/bird.h
parente05bc2828bc213f1e78256f976284bad80722e1a (diff)
centre seeking real good
Diffstat (limited to 'gaunt01/src/bird.h')
-rw-r--r--gaunt01/src/bird.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gaunt01/src/bird.h b/gaunt01/src/bird.h
index c1f3ac7..1bc99c5 100644
--- a/gaunt01/src/bird.h
+++ b/gaunt01/src/bird.h
@@ -59,6 +59,7 @@ class bird
void drawDebug();
void setBounds(ofPlane* _bounds);
+ void setCentre(ofVec2f _centre);
string currentseq;
morphmesh model;
@@ -77,6 +78,7 @@ class bird
vector<ofVec3f> playpos;
ofPlane* bounds;
+ ofVec2f centre;
bool leaving;
float centrehead;