From: Ash Tyndall Date: Fri, 21 Oct 2011 12:28:22 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=09c3124c81ac8607bcb0cdc8dcce79f08f8a1736;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index c1e1eb9..902e599 100644 --- a/scene.c +++ b/scene.c @@ -391,7 +391,7 @@ void display() { // Apply rotation vector vector* rv = so.rotation.vect; - printf("%d, %d, %d\n", *rv[0], *rv[1], *rv[2]); + printf("%f, %f, %f\n", *rv[0], *rv[1], *rv[2]); /* glRotatef(so.rotation.parameter, *rv[0], *rv[1], *rv[2]); // Apply scaling vector