Skip to content

Instantly share code, notes, and snippets.

@rraallvv
Last active August 29, 2015 13:57
Show Gist options
  • Save rraallvv/9516305 to your computer and use it in GitHub Desktop.
Save rraallvv/9516305 to your computer and use it in GitHub Desktop.
Cocos3d plane
CC3MeshNode *node = [CC3MeshNode node];
[node populateAsCenteredRectangleWithSize:CGSizeMake(width, height)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment