I have been adding handling of imagery and DEM's that cross the dateline, and when implementing this I can across a bug in the GeospatialExtents constuctor - it was initializing to DBL_MAX, DBL_MIN rather than DBL_MAX, -DBL_MAX. The original code using osg::BoundingBox which worked fine, but back in June when the code was moved across to using double this typo was introduced.
I have now fixed this and checked into the CVS along with the dataline handling, so please CVS update and see how you get on.
Robert.
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
