X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=902e5991e7f50edacfa75e121c77e911c3fd9083;hp=c1e1eb9a8c39a256d8b530cee905d49319472f7b;hb=09c3124c81ac8607bcb0cdc8dcce79f08f8a1736;hpb=bc1e4447312bdfb7fd6bc13cfbec364b96d5806e 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