From 36b109dfe29b1f57be43c4e952c16a5c0d86ce4f Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 16 Jan 2019 10:43:38 +0100 Subject: [PATCH] Add missing rotation --- VMC_Processing_Step3.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/VMC_Processing_Step3.pde b/VMC_Processing_Step3.pde index 4f28dbd..fef23f4 100644 --- a/VMC_Processing_Step3.pde +++ b/VMC_Processing_Step3.pde @@ -57,6 +57,7 @@ void draw() buddha.rotateY(pitch); buddha.rotateX(-roll); + buddha.rotateZ(yaw); } void onGyroscopeEvent(float x, float y, float z)