<div dir="ltr">Hi Nickolai,<br><br><div class="gmail_extra"><div class="gmail_quote">On 18 August 2017 at 15:41, Nickolai Medvedev <span dir="ltr"><<a href="mailto:raizel.dev@yandex.ru" target="_blank">raizel.dev@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maybe, all problems in driver. Although, with OSG 3.4.0 everything works fine.<br></blockquote><div><br></div><div>I had some feedback from another user who's recreated it.<br></div><div><br></div><div>I've also been reviewing changes to StatsHandler.cpp in the 3.4 branch and master and spotted a fix that was in master relating to the BlockDrawCallback that wasn't in the 3.4 branch.  The fix was to introduce a dynamic_cast and a if (ptr) check to avoid a static_cast<> and DrawArrays::setCount().   This fix was relating to a crash as well, reviewing the wider code just now I've workout that this fix isn't the most appropriate way to address the issue - just removing the setCount() code completely looks to be right thing to do as the primitive set is now DrawElementsUShort rather a DrawArrays that is was back in 3.4.0.<br><br></div><div>Could you update to OpenSceneGraph-3.4 and let me know if this fixes the issue.  Fingers crossed.<br><br></div><div>Robert.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
My computer data:<br>
<br>
NVidia GeForce 640M<br>
OpenGL Driver version: 365.19<br>
<br>
It is necessary, that someone else has checked up a branch 3.4.1 on Visual Studio. If on another computer everything will work well, then the problem is with my drivers or configuration.<br>
<span class=""><br>
------------------<br>
Read this topic online here:<br>
</span><a href="http://forum.openscenegraph.org/viewtopic.php?p=71452#71452" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=71452#<wbr>71452</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</div></div></blockquote></div><br></div></div>