<div dir="ltr">Hi,<div><br></div><div>you can add Depth attribute to your fat vertex with ALWAYS set as a depth test</div><div><br></div><div>something like</div><div><br></div><div>mygeometry->getOrCreateStateSet()->setAttributeAndModes(new osg::Depth(osg::Depth::ALWAYS), osg::StateAttribute::ON)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 6, 2016 at 9:08 PM, Daniel Neos <span dir="ltr"><<a href="mailto:daniel.rd@hotmail.de" target="_blank">daniel.rd@hotmail.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a scene consisting one geometry node. This node contains 2 geometries. One of them has a lot of vertices, color are bound per vertex.<br>
The other one is a single vertex, but set with a point of the size of 15, basically it is just a 'fat' vertex. This servers as a marker.<br>
<br>
This marker shall be always visibile, but unfortunalety the other geometry mostly occludes the marker. It seems like the marker is stuck in between.<br>
<br>
I managed it to get it always visible with making the marker opaque and setting the other geometry as transparent.<br>
<br>
But now since it is transparent, unwanted (but understandable) effects occurs (the background can shine through).<br>
<br>
<br>
Is there a way to always keep a marker unoccluded with letting the actual geometry opaque.<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Daniel<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=68025#68025" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=68025#68025</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">trajce nikolov nick<br></div>
</div>