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 <[email protected]> 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 <[email protected]> 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 > > [email protected] > > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

