Читать байты текстуры с помощью glReadPixels?

Это сработало для меня:

var tabValue = document.URL;
window.location = tabValue.substring(0, tabValue.lastIndexOf("#"));
window.location.hash = "#tabs-3"; //Whatever is your hash value
location.reload();
13
задан Geri 8 August 2012 в 11:20
поделиться