<div dir="ltr"><div><div>Hi Robert,<br><br></div>tested on OS X and works fine. Thanks !<br><br></div>Nick<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 28, 2015 at 6:01 PM, Robert Osfield <span dir="ltr"><<a href="mailto:robert.osfield@gmail.com" target="_blank">robert.osfield@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Nick,<br>
<br>
The code looks pretty dodgy so I'm not surprised it crashes, just that<br>
surprised we hadn't spotted it sooner.  A better solution is to have<br>
two methods, one that takes a matrix and one takes no parameters.  I<br>
have implemented this and checked it into svn/trunk.<br>
<br>
Could you test it out under OSX for me?<br>
<br>
Cheers,<br>
Robert<br>
<br>
On 28 April 2015 at 16:25, Trajce Nikolov NICK<br>
<div><div class="h5"><<a href="mailto:trajce.nikolov.nick@gmail.com">trajce.nikolov.nick@gmail.com</a>> wrote:<br>
> Hi Robert,<br>
><br>
> as is defined like:<br>
><br>
> osg::BoundingBox computeScenePolytopeBounds( const osg::Matrix & m =<br>
> *(osg::Matrix*)(NULL));<br>
><br>
> when using it without passing a matrix it causes crash with g++ on OS X<br>
> (Windows and Linux are fine).<br>
><br>
> Here is the proposed fix<br>
><br>
> osg::BoundingBox computeScenePolytopeBounds( const osg::Matrix & m =<br>
> osg::Matrix::identity() );<br>
><br>
> In the implementation it wont matter since when the matrix reference "is not<br>
> NULL reference" is multiplying vertices with it<br>
><br>
> What do you think?<br>
><br>
> Nick<br>
><br>
> --<br>
> trajce nikolov nick<br>
><br>
</div></div>> _______________________________________________<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" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><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" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">trajce nikolov nick<br></div>
</div>