Bitmaps are stored upside down internally.  If the loader is not
flipping your image, then flip the image yourself.

>From "http://en.wikipedia.org/wiki/BMP_file_format";
Bitmap data

This block of bytes describes the image, pixel by pixel. Pixels are
stored "upside-down" with respect to normal image raster scan order,
starting in the lower left corner, going from left to right, and then
row by row from the bottom to the top of the image.[2] Uncompressed
Windows bitmaps can also be stored from the top row to the bottom, if
the image height value is negative.

Ryan H. Kawicki
The Boeing Company
Training Systems & Services
Software Engineer
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or
g
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to