Created
January 16, 2017 04:04
-
-
Save jrichardsz/7b6635958bf6249d9a50e574c7d9d4d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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