¡Esta es una revisión vieja del documento!
This is the traditional way to draw:
ofFill(); ofSetColor(255,0,0); ofBeginShape(); ofVertex(20,20); ofVertex(40,20); ofVertex(40,40); ofVertex(20,40); ofEndShape(true);
However we have several functions to draw primitives like…