From eecd5a7eb92f24a1e9d3a2e6853363f23ccfccb2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 13 Jun 2012 23:50:16 +0100 Subject: bird starting to dive --- gaunt01/src/bird.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gaunt01/src/bird.h') diff --git a/gaunt01/src/bird.h b/gaunt01/src/bird.h index 1bc99c5..f413911 100644 --- a/gaunt01/src/bird.h +++ b/gaunt01/src/bird.h @@ -92,9 +92,9 @@ class bird ofVec3f direction; - float velocity; //per second + float velocity; //per second relative to ofGetHeight() float turnRate; //per second - float diveRate; //per second + float diveRate; //per second relative to ofGetHeight() float lastTime; -- cgit v1.2.3