1
0
Fork 0

Add missing rotation

This commit is contained in:
Simon Giesel 2019-01-16 10:43:38 +01:00
parent 02762141d0
commit 36b109dfe2

View file

@ -57,6 +57,7 @@ void draw()
buddha.rotateY(pitch);
buddha.rotateX(-roll);
buddha.rotateZ(yaw);
}
void onGyroscopeEvent(float x, float y, float z)