Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created June 17, 2015 14:50
Show Gist options
  • Save jefBinomed/d8352bfeb0dbb09c69e0 to your computer and use it in GitHub Desktop.
Save jefBinomed/d8352bfeb0dbb09c69e0 to your computer and use it in GitHub Desktop.
Programmez-07/08_2015-PortalWebrtc-06
this.refresh = function(){
update();
}
// main render loop
varupdate = function()
{
smooth();
draw();
frames++;
//requestAnimFrame(function() {update(); });
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment