Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

Issue with ofPoint in 0.9.8?

$
0
0

@clem wrote:

@arturo, I'm getting at least two errors when trying to compile a new project with ofxAppUtils and the latest openFrameworks (0.9.8) on OSX. In ofxParticle.h:

ofxParticle(ofPoint pos, float w, float h);

yields unknown type name 'ofPoint'. And I'm also getting the same error for this line in ofxParticle.cpp:

ofxParticle::ofxParticle(ofPoint pos, float w, float h) :

I've defined the OF_USE_LEGACY_MESH constant in ofConstants.h but could only get around this issue by using glm::vec3 instead of ofPoint

Is there an issue with the typedef of the ofPoint class?

Posts: 6

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles