Created
April 2, 2014 15:27
-
-
Save rraallvv/9936402 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
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