Skip to content

Instantly share code, notes, and snippets.

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