Sensor rotation not stoping while placing phone on the earth
Opened this issue · 0 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. PLSpherical2Panorama panorama = new PLSpherical2Panorama();
panorama.getCamera().lookAt(30.0f, 90.0f);
panorama.setImage(new PLImage(PLUtils.getBitmap(this, R.raw.imgoa), false));
this.setPanorama(panorama);
this.startSensorialRotation();
2 by calling the startSensorialRotation
What is the expected output? What do you see instead?
when placing constant place sensor won't move
What version of the product are you using? On what operating system?
0.2
Original issue reported on code.google.com by nagesh.t...@gmail.com
on 2 Jul 2015 at 9:30