Hi Alex,
On 15 February 2012 17:24, Robert Osfield <[email protected]> wrote:
> I guess this will be something that is rather driver dependant - and
> why I had spotted this issue with my own usage. Could you modified
> Image.cpp to get things working for and post the full modified file to
> osg-submissions.
Alas no file came through so I've had to take an educated guess at
exactly what you found needed to be changed and have just checked in
the following change to Image::computePixelFormat(.):
+ case(GL_RGBA8):
+ case(GL_RGBA16):
case(GL_RGBA32F_ARB):
case(GL_RGBA16F_ARB):
return GL_RGBA;
And svn update will get you this change, could you please try it out
with your application?
Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org