Skip to content

Commit

Permalink
ofCairoRenderer reordering fields (#6883)
Browse files Browse the repository at this point in the history
#changelog #graphics
  • Loading branch information
dimitre authored Mar 4, 2022
1 parent ce35be6 commit c5ef119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/openFrameworks/graphics/ofCairoRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ class ofCairoRenderer: public ofBaseRenderer{

// 3d transformation
bool b3D;
of3dGraphics graphics3d;

glm::mat4 projection;
glm::mat4 modelView;
ofRectangle viewportRect, originalViewport;
Expand All @@ -203,6 +205,5 @@ class ofCairoRenderer: public ofBaseRenderer{

ofStyle currentStyle;
std::deque <ofStyle> styleHistory;
of3dGraphics graphics3d;
ofPath path;
};

0 comments on commit c5ef119

Please sign in to comment.