summaryrefslogtreecommitdiff
path: root/gaunt01/src/bird.h
diff options
context:
space:
mode:
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;