Skip to content

Instantly share code, notes, and snippets.

@tobspr
Created June 26, 2014 21:33
Show Gist options
  • Save tobspr/e5378cd4c1f57e7b3f55 to your computer and use it in GitHub Desktop.
Save tobspr/e5378cd4c1f57e7b3f55 to your computer and use it in GitHub Desktop.
for (int i = 0; i < 4096; i++) {
lightingResult += lightData[i%64][0] * 0.01;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment