Skip to content

Instantly share code, notes, and snippets.

@kishalmi
Last active December 26, 2015 21:58
Show Gist options
  • Save kishalmi/7219235 to your computer and use it in GitHub Desktop.
Save kishalmi/7219235 to your computer and use it in GitHub Desktop.
auto updating uniform float time
uniforms.time = { type: 'f', get value() { return performance.now()/1000 } };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment