feature proposal (player icons easy implement into html)
06 May 2015 13:08
06 May 2015 15:42
Hi.
We think that the webplayer interface is optimal for the most users. And we don't plan to change it.
But if you want to change it by yourself you should remember about this.
We think that the webplayer interface is optimal for the most users. And we don't plan to change it.
But if you want to change it by yourself you should remember about this.
06 May 2015 16:48
06 May 2015 17:13
08 May 2015 11:15
08 May 2015 14:26
Honestly, I don't see this kind of functionality really useful. The generic approach is to just assign the "click" event to this element.
For camera rotation it will look like this:
This is not much longer and has greater flexibility.
For camera rotation it will look like this:
rotate_elem.addEventListener("click",
function(e) {
m_cam_anim.auto_rotate(0.1);
}, false);
This is not much longer and has greater flexibility.