Skip to content

Instantly share code, notes, and snippets.

@kaiquewdev
Created November 2, 2012 07:45
Show Gist options
  • Select an option

  • Save kaiquewdev/3999327 to your computer and use it in GitHub Desktop.

Select an option

Save kaiquewdev/3999327 to your computer and use it in GitHub Desktop.
function render() {
requestAnimationFrame(render);
renderer.render(scene, camera);
}
render();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment