Odd colors in custom shader #388
maurocolella
started this conversation in
General
Replies: 1 comment 1 reply
-
threejs doesn't have srgb colorspace enabled by default, they use a linear cs. and even if you enable it ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to implement a basic shader, just a port of:
https://www.shadertoy.com/view/ltVSRK
But I can't get the colors to look right.
For some reason, I don't seem to be able to retrieve the proper rgb.
Beta Was this translation helpful? Give feedback.
All reactions