Hello Bawenang,
//++ BAWE-20101109: BUG FIX.
//NOTE: 20101112 - Not working but what the heck...
if (_oldFrame< _mipmapData.size())
{
I don't think I'll check in this change, if it doesn't fix anything then
it has more chances of changing functionality or breaking something else
than just leaving it out.
//++ BAWE-20101119: BUG FIX
// Absolute value of dx& dy
tile_x = tile_x> 0 ? tile_x : -tile_x;
tile_y = tile_y> 0 ? tile_y : -tile_y;
//-- BAWE-20101119: BUG FIX
I don't see the harm of this, however I do wonder why we never had this
problem, we call this method often... I'll check it out in our own projects.
Thanks,
J-S
--
______________________________________________________
Jean-Sebastien Guay [email protected]
http://www.cm-labs.com/
http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org