Merge branch 'master' of github.com:pyalot/webgl-heatmap

This commit is contained in:
Florian Boesch 2013-06-07 14:22:11 +00:00
commit bb59d4110c

View File

@ -56,7 +56,8 @@
heatmap.clear();
}
var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame;
var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame ||
window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
var update = function(){
//heatmap.addPoint(100, 100, 100, 10/255);