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
I called the function "osg::Image* readImageFile(const std::string& filename)" in Qt programe;
but I found that this function can not load qrc url,
I search the solution on internet,I found this: https://osg-users.openscenegraph.narkive.com/LxqDeVJT/qt-resouce-and-osgdb-readimagefile
it is the solution in ten years ago,not today. I guess.
so I hope someone who can help me out from this question..
thank you very much!
The OSG is not designed to directly support this, if you want to do it then you are outside the core functionality and will have to try novel approaches, if the above approach doesn't work then perhaps just load the image via Qt then copy the data across to an osg::Image.
I called the function "osg::Image* readImageFile(const std::string& filename)" in Qt programe;
but I found that this function can not load qrc url,
I search the solution on internet,I found this:
https://osg-users.openscenegraph.narkive.com/LxqDeVJT/qt-resouce-and-osgdb-readimagefile
it is the solution in ten years ago,not today. I guess.
so I hope someone who can help me out from this question..
thank you very much!
OS: Windows11
Qt Version: Qt5.15.2
Compiler: MSVC2019
OsgVersion: 3.6.5
MyMood: confused
Lunch: Noodles
The text was updated successfully, but these errors were encountered: