On 18 February 2017 at 21:57, Evan Tsai <[email protected]> wrote: > Can you point me to more detailed documentation about the definition of these > two parameters, packing and rowLength?
The parameters all related to OpenGL functions that define the packing of the source image, packing and rowlength parameters are also literally what they are. Also If the doxgen docs aren't sufficient then go look at the implementation i.e. src/osg/Image.cpp. For you own tasks what will be important is what the source data is packed as, the OSG can't help you with you, only you know what tool you are using to read your image data, so it's down to you to do this research. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

