Last active
November 27, 2015 09:02
-
-
Save XProger/66e53d69c7f861a7b2a2 to your computer and use it in GitHub Desktop.
14 vertices cube (TriStrip)
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
| b = 1 << i; | |
| x = (0x287A & b) != 0 | |
| y = (0x02AF & b) != 0 | |
| z = (0x31E3 & b) != 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment