hi,
is it true that in combination with the compass.js we need to stitch the north in the middle of the equirectangular?
I can't get that canvas (photo) get turned according to the real north..
i have
Code
<plugin name="compass" devices="html5"
url="compass.js"
enabled="true"
keep="true"
onavailability="copy(view.hlookat, heading);"
onchange="copy(view.hlookat, heading);"
/>
and no hlookat in the scene.
and also when i touch the leveler button, i have to touch the screen before it works nice again...
what could that be?
i only change some plugin url's from the aircompass and make some plugins visible...
as i should reset the gyro ..
Tuur