[osg-users] Combine geodes

Alberto Luaces aluaces at udc.es
Wed Jan 13 07:29:23 PST 2016


"Artem Ivanov" writes:

> Hi,
>
> I've got a couple of osg::Geodes which are added to the scenegraph separately, but due to my needs, their geometries can intersect each other (resulting figures are a bit transparent).
> Is there any solution to hide parts of osg::Drawable which are intersecting(parts which are located inside other figure)? 

Sorry, Artem, but this cannot be done directly.  You would have to
process and clip the meshes yourself or with the aid of an external
library.

-- 
Alberto



More information about the osg-users mailing list