QuestCraftPlusPlus / QuestCraft

QuestCraft - A port of Minecraft: Java Edition to the Meta Quest Platform. With the power of Pojlib.
https://discord.gg/questcraft
706 stars 199 forks source link

[FEATURE] Change the Color Range to normal (Or at least have a option to switch it) #443

Closed OstapOmega closed 1 year ago

OstapOmega commented 1 year ago

I know you guys switched the color range to sRGB for performance. But almost all people hate the high gamma caused by this. I think it would be much better if there was a option just to switch between the normal color range and sRGB. And i think its not so hard to do that

StormDragon-64 commented 1 year ago

Gamma is already fixed in dev builds, Just wait for them to finish 3.1.

StormDragon-64 commented 1 year ago

(I think)

thejudge156 commented 1 year ago

Actually, we aren't using an sRGB texture, this is a bug in Oculus where non-sRGB textures are washed out by a gamma factor of 2.2. This IS fixed in dev builds by changing gamma in the config, closing.

thejudge156 commented 1 year ago

(This also happens for sRGB textures as well on GL4ES, its sRGB handling is weird.)