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

