diff --git a/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h b/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h index 955b747f866..a43b183e6e2 100644 --- a/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h +++ b/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h @@ -1421,6 +1421,8 @@ class ofBaseRenderer{ /// ofSetColor(). The cube is drawn filled by default; change this with /// ofFill(). /// + /// The box is drawn starting from a point in the middle, and expands outwards + /// /// \param x The x-coordinate of the cube's origin. /// \param y The y-coordinate of the cube's origin. /// \param z The z-coordinate of the cube's origin.