Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created January 16, 2017 04:04
Show Gist options
  • Select an option

  • Save jrichardsz/7b6635958bf6249d9a50e574c7d9d4d9 to your computer and use it in GitHub Desktop.

Select an option

Save jrichardsz/7b6635958bf6249d9a50e574c7d9d4d9 to your computer and use it in GitHub Desktop.
public class Cube
private float vertices[] =
-1.0f, -1.0f, -1.0f,
1.0f, -1.0f, -1.0f,
1.0f, 1.0f, -1.0f,
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment