Vincent Bourdier wrote: [snip]
data[n+3] = 1.0;
This isn't your problem with the image not saving but I think it will hit you eventually. data is a char array and you are setting a float. I think you really want to be setting 0xff or 255.
-Paul _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

