<div dir="ltr"><div><div>Hi Robert,<br><br></div>I'm away from my office at the moment, but I plan to test the latest beta with my project next week when I return (probably be able to test Monday or Tuesday. If you want to wait for my feedback before you proceed that would be helpful.<br><br></div>Eric<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 20, 2015 at 9:43 AM, 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 Dizl,<br>
<br>
Thanks for the testing and clarification.  I have checked the<br>
following into OSG svn/trunk and OSG-3.4 branch.  The next 3.4.0-rc<br>
will have this fix.<br>
<br>
Cheers,<br>
Robert.<br>
<div class="HOEnZb"><div class="h5"><br>
On 20 July 2015 at 08:37, DizL <<a href="mailto:karcios@poczta.onet.pl">karcios@poczta.onet.pl</a>> wrote:<br>
> oops,<br>
><br>
> #if defined(WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) ||<br>
> _MSC_VER<=1600)<br>
> inline int isfinite( double x ) { return _finite( x ); }<br>
> inline int isinf( double x ) { return !_finite( x ) && !_isnan( x ); }<br>
> #endif<br>
><br>
> should be 1700 instead of 1600<br>
> (in last post '=' was lost)<br>
><br>
> regards,<br>
> DizL<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>
_______________________________________________<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>
</div></div></blockquote></div><br></div>