From 01529fbe5dd7cffbc78bd21118e601b0a47172d4 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 13 Jun 2012 17:53:08 +0100 Subject: centre seeking real good --- gaunt01/src/bird.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gaunt01/src/bird.h') 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 playpos; ofPlane* bounds; + ofVec2f centre; bool leaving; float centrehead; -- cgit v1.2.3