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

Glm limit vector

$
0
0

@pandereto wrote:

Now that you can not use ofVec2f or ofVec3f… how can i do a limit in glm??

I mean i previously can do this, but how to do it now with glm

ofVec2f v;
v.set(2,3);
v.limit(19);

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles