You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying to use ofxFontStash2 with ofCamera and i'm having a problem with the translation of the text. Basically it seems like it's not considering the matrix transformation of the ofCamera object.
I've look around on the source code and i think it could be a issue related with the applyOFMatrix() method in ofxFontStash2.cpp file.
I'm really bad with 3D issues, if you can help me solve this, would be really appreciated!
Thanks in advance
P.S. I'm using NANOVG_GL3_IMPLEMENTATION
The text was updated successfully, but these errors were encountered:
Hi, i'm trying to use ofxFontStash2 with ofCamera and i'm having a problem with the translation of the text. Basically it seems like it's not considering the matrix transformation of the ofCamera object.
I've look around on the source code and i think it could be a issue related with the applyOFMatrix() method in ofxFontStash2.cpp file.
I'm really bad with 3D issues, if you can help me solve this, would be really appreciated!
Thanks in advance
P.S. I'm using NANOVG_GL3_IMPLEMENTATION
The text was updated successfully, but these errors were encountered: