A simple question. I used 4-6 hours to finding this but not found.
Example, Im building a panorama viewer : <a-sky>
<script src="https://aframe.io/releases/0.3.0/aframe.min.js"></script>
<a-scene>
<a-sky src="https://aframe.io/aframe/examples/boilerplate/panorama/puydesancy.jpg" rotation="0 -130 0"></a-sky>
</a-scene>
How to invert roation by drag mouse ? (Left to right , right to left - something like this)