On Wed, 24 Jun 2020 at 11:52, OpenSceneGraph Users <
osg-users@lists.openscenegraph.org> wrote:

> I think I have enough for a way forward now.
> One small remaining question,
>
> Does readRefNodeFile access GL at all for any of these file
> formats:".3ds",".dae",".shp",".dxf"?
> Or, to put it another way, can readRefNodeFile be called safely from a
> std:async thread to return something containing a usable osg::Node within
> the main application?
>

None of the OSG plugins doing any OpenGL calls, they simply create scene
graph data and then return this to the application which then decides what
it wants to do with it.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenSceneGraph Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osg-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osg-users/mailman.1804.1592999264.1731.osg-users-openscenegraph.org%40lists.openscenegraph.org.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

-- 
You received this message because you are subscribed to the Google Groups 
"OpenSceneGraph Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osg-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osg-users/mailman.1804.1592999264.1731.osg-users-openscenegraph.org%40lists.openscenegraph.org.

Reply via email to