@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
@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