[osg-users] Render to Texture without clamping values
Philipp Meyer
philipp.meyer at fh-bielefeld.de
Tue Jun 14 02:31:15 PDT 2016
Hi,
I was able to figure out the issue.
For everyone wondering, I was missing the following line:
textureImage->setInternalTextureFormat(GL_RGBA16F_ARB);
In other words, one needs to set the format on the image as well as on the texture for everything to work properly. Hope this helps someone in the future!
Thank you!
Cheers,
Philipp
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=67607#67607
More information about the osg-users
mailing list