Hi Chris,

On Fri, 20 Mar 2020 at 04:55, OpenSceneGraph Users <
[email protected]> wrote:

> Is there any reference material that indicates positively whether osg
> Intersection tests are thread safe to be run in parallel with each other,
> and/or safe to run in parallel with cull/draw as long as the graph they're
> visiting isn't being changed?
>
> I think I know the answers, but I wanted confirmation from someone else
> with experience.
>

It should be possible to run intersection tests in parallel, you just need
to have an osg::IntersectionVisitor per thread.  The scene graph itself
should be left unchanged by the traversal.

Cheers,
Robert.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osg-users/mailman.78140.1584688107.7167.osg-users-openscenegraph.org%40lists.openscenegraph.org.
_______________________________________________
osg-users mailing list
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osg-users/mailman.78140.1584688107.7167.osg-users-openscenegraph.org%40lists.openscenegraph.org.

Reply via email to