Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Trying to run ofxClipper on 0.9.8

$
0
0

@willjvan wrote:

Hey y’all,

I’m trying to run Baker’s ofxClipper example on version 0.9.8
( https://github.com/bakercp/ofxClipper ) and I’m getting two errors:

"No matching member function for call to ‘push_back’ " which occurs when the following are called:

  1. clipMasks.getOutline().push_back( p )
  2. clipSubjects.getOutline().push_back( r )

Binding value of type ‘const vector<…>’ to reference to type ‘vector<…>’ drops ‘const’ qualifier” which occurs when the following are called:

  1. clips.getOutline()
  2. simplifiedPath.getOutline()

Any idea on how to fix this?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles