Created
April 10, 2014 14:39
-
-
Save schell/10389398 to your computer and use it in GitHub Desktop.
cube?
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
| let vs = [ -1, 1, -1 -- Front face | |
| , 1, 1, -1 | |
| , -1, -1, -1 | |
| , 1, -1, -1 | |
| , -1, 1, 1 -- Back face | |
| , 1, 1, 1 | |
| , -1, -1, 1 | |
| , 1, -1, 1 | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming x increasing right, y increasing up and z increasing out behind the screen.