openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.84k stars 2.56k forks source link

assimp3DModelLoaderExample text mirrored in Visual Studio #7962

Closed Jonathhhan closed 1 month ago

Jonathhhan commented 1 month ago

On the flighthelmet model of the assimp3DModelLoaderExample the text is mirrored (on the label and on the mask). On the payphone model the text seems to be mirrored, too.

dimitre commented 1 month ago

Please add / edit platform. I've tested in macOS and text is ok

Jonathhhan commented 1 month ago

@dimitre sorry, Visual Studio.

Jonathhhan commented 1 month ago

@dimitri sorry again. It was compiled with visual studio, but with SWIG bindings for Ofelia / Pure Data. If I compile the example app with VS, it works fine (no mirrored text). So it is more an issue with Ofelia, I guess. Edit: I just made somehing wrong in my app, its working now...