Replies: 1 comment 2 replies
-
Try getting a pointer to the memory block then adapting this to a std::istream, then passing this to the to the appropriate RenderWriter::read(stream) method. Sorry it's a bit high level, I've not used the OSG in any significant capacity since 2018. For modern application development you are very likely better off using the OSG's successor the VSG. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello
I want to know if it's possible to load a image png from a .dll with OpenSceneGraph ?
i load the png with the function LoadImage (yes i on MFC) but i don't know how to give it to OpenSceneGraph.
Thanks in advance
Daoudou
Beta Was this translation helpful? Give feedback.
All reactions