Skip to content

Instantly share code, notes, and snippets.

@XProger
Last active November 27, 2015 09:02
Show Gist options
  • Select an option

  • Save XProger/66e53d69c7f861a7b2a2 to your computer and use it in GitHub Desktop.

Select an option

Save XProger/66e53d69c7f861a7b2a2 to your computer and use it in GitHub Desktop.
14 vertices cube (TriStrip)
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