There seems to be no easy way to freely rotate a 3D object with the mouse. I built a 3d bottle in WebGL using the three.js framework. See the demo at http://warsteiner.de/bottle I was wondering if there is any “easy” way to achieve the same mouse interactions in Away3d. The HoverController class comes close but isn’t really free rotation. See the Away3d version with HoverController at http://warsteiner.de/bottle/as3.
I guess would be nice to have a Controller like the one in Three js. Or did I miss something?