Closed newpeople123 closed 6 months ago
The JPG plugin will set the internal format of an image suitable for GL_SRGB8 to GL_RGB.
The OpenSceneGraph is built around RGB colour space.
If you want to work with sRGB then you'll find VulkanSceneGraph better suited as it better supports sRGB.
Thanks
The JPG plugin will set the internal format of an image suitable for GL_SRGB8 to GL_RGB.