bitset / panoramagl-android

Automatically exported from code.google.com/p/panoramagl-android
0 stars 0 forks source link

Sensor rotation not stoping while placing phone on the earth #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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