openscenegraph / OpenSceneGraph

OpenSceneGraph git repository
http://www.openscenegraph.org
Other
3.25k stars 1.42k forks source link

Regarding the color space conversion error when reading with the JPG plugin. #1324

Closed newpeople123 closed 6 months ago

newpeople123 commented 6 months ago

The JPG plugin will set the internal format of an image suitable for GL_SRGB8 to GL_RGB.

robertosfield commented 6 months ago

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.

newpeople123 commented 6 months ago

Thanks