Skip to content

Instantly share code, notes, and snippets.

@akio0911
Created June 12, 2009 10:45
Show Gist options
  • Save akio0911/128571 to your computer and use it in GitHub Desktop.
Save akio0911/128571 to your computer and use it in GitHub Desktop.
// akio0911
glColor4ub(255, 0, 0, 255);
glLineWidth(5);
CGPoint vertices3[] = { ccp(100,100), ccp(200,100), ccp(200,200), ccp(100,200), ccp(100,100) };
drawPoly( vertices3, 5, NO);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment