[osg-users] OpenSceneGrah-3.4.0 release candidate 4 tagged

Eric Sokolowsky esok127 at gmail.com
Thu Jul 30 16:18:31 PDT 2015


Hi Robert,

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.

Eric

On Mon, Jul 20, 2015 at 9:43 AM, Robert Osfield <robert.osfield at gmail.com>
wrote:

> Hi Dizl,
>
> Thanks for the testing and clarification.  I have checked the
> following into OSG svn/trunk and OSG-3.4 branch.  The next 3.4.0-rc
> will have this fix.
>
> Cheers,
> Robert.
>
> On 20 July 2015 at 08:37, DizL <karcios at poczta.onet.pl> wrote:
> > oops,
> >
> > #if defined(WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) ||
> > _MSC_VER<=1600)
> > inline int isfinite( double x ) { return _finite( x ); }
> > inline int isinf( double x ) { return !_finite( x ) && !_isnan( x ); }
> > #endif
> >
> > should be 1700 instead of 1600
> > (in last post '=' was lost)
> >
> > regards,
> > DizL
> >
> >
> > _______________________________________________
> > osg-users mailing list
> > osg-users at lists.openscenegraph.org
> >
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20150731/4af5e2ea/attachment-0003.htm>


More information about the osg-users mailing list