Skip to content

Commit

Permalink
cardboard motion bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashqal committed Apr 13, 2017
1 parent 2053d26 commit 9595b7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class HeadTracker implements SensorEventListener {
private final Display display;
private final float[] ekfToHeadTracker = new float[16];
private final float[] sensorToDisplay = new float[16];
private float displayRotation = 0.0F;
private float displayRotation = -1.0F;
private final float[] neckModelTranslation = new float[16];
private final float[] tmpHeadView = new float[16];
private final float[] tmpHeadView2 = new float[16];
Expand Down

0 comments on commit 9595b7a

Please sign in to comment.