mirror of
https://github.com/pyalot/webgl-heatmap.git
synced 2025-12-08 20:13:00 +00:00
Merge branch 'master' of github.com:pyalot/webgl-heatmap
This commit is contained in:
commit
bb59d4110c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user