examples/ios/polygonExample/README.md
This Example demonstrates various methods of working with polygon shapes and vertices.
This example covers the following functions:
In the code, pay attention to:
ofSetPolyMode(OF_POLY_WINDING_NONZERO) and ofSetPolyMode(OF_POLY_WINDING_ODD).ofEndShape() and ofEndShape(OF_CLOSE)draggableVertex in the ofApp.hofSetHexColor()ofNextContour()ofFill() and ofNoFill();.ofDrawBitmapString().When launching this app, you should see a screen with
This Example uses no other classes.