Skip to content

Instantly share code, notes, and snippets.

@haeric
Created May 25, 2013 12:51
Show Gist options
  • Save haeric/5648955 to your computer and use it in GitHub Desktop.
Save haeric/5648955 to your computer and use it in GitHub Desktop.
for ( var xi = 0; xi < size; xi++ )
for ( var yi = 0; yi < size; yi++ )
for ( var zi = 0; zi < size; zi++ ) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment