<div dir="ltr">Hi Rob,<div><br></div><div><div>Have you tried the 3.6 branch?  Is the issue a regression?</div><div></div></div><div><br></div><div>Could you provide a test model and screenshot of the results your are getting vs expecting if possible.  </div><div><br></div><div>Cheers,</div><div>Robert.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 29 Jan 2020 at 19:41, OpenSceneGraph Users <<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
I have been testing with trunk and have only come across one problem so <br>
far (this might not be a new issue).<br>
<br>
I have a simple viewer set up with two nodes.  The first is loaded from <br>
an osgb.  Internally it sets the glBlendFunci(0, GL_MAX) via <br>
osg::BlendFunci.<br>
<br>
The second node also sets glBlendFunci(0, GL_MAX).  This is a geode with <br>
a geometry node under it.  I am setting the blend attributes on the <br>
geometry state set.<br>
<br>
At runtime the attribute on node two is set correctly but then <br>
immediately changed again by State::ApplyGlobalDefaultAttribute to <br>
GL_FUNC_ADD.  The blend equation is also stepped on in a similar way.  I <br>
am using apitrace to see the GL calls.<br>
<br>
GL_FUNC_ADD is not part of either node that I can see.  However, this <br>
problem does not occur with, for example, axes.osgt used as node one.<br>
<br>
I could use some advice on tracking down where this default value is <br>
coming from, and why it is overriding a specific node attribute like this.<br>
<br>
Thanks,<br>
<br>
Rob<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">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>