Skip to content

Instantly share code, notes, and snippets.

@rraallvv
Created April 2, 2014 15:27
Show Gist options
  • Save rraallvv/9936402 to your computer and use it in GitHub Desktop.
Save rraallvv/9936402 to your computer and use it in GitHub Desktop.
CC3Box bounds = { {-1, -1, -1}, {1, 1, 1} };
CC3MeshNode *cube = [CC3MeshNode node];
[cube populateAsSolidBox:bounds];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment