Skip to content

Lights appearance changing from version <= 4.x to 5.x #909

Answered by drcmda
giusepperaso asked this question in Q&A

You must be logged in to vote

thats bc r3f uses srgb encoding and converts all colors and textures. threejs uses liner colorspace and therefore has wrong gamma, which is that very thing that makes 3d look cheap and plasticy. aframe and r3f fix it by default. if you dont want it: Canvas colorManagement={false}

see: https://www.donmccurdy.com/2020/06/17/color-management-in-threejs/

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by giusepperaso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants