[osg-users] Selective ClipNode

Sebastian Messerschmidt sebastian.messerschmidt at gmx.de
Tue Apr 18 03:37:20 PDT 2017


Hi Ale,
>
> in my scene graph I have a root node of type osg::ClipNode.
> In this way I can add easily clipping planes to my scene. This works fine.
>
> Now I would like to exclude some nodes from clipping. I wonder if ClipNode supports something like a visitor mask to selectively apply clipping to children.
You can always put the nodes to be excluded from clipping into a 
sibling-group of the ClipNode.

Cheers
Sebastian
>
> Thank you in advance.
>
> Best regards
> Ale
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=70778#70778
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



More information about the osg-users mailing list