dynamicTexture vs simplecolor -pbrMaterial

Hi.
Maybe this is a totaly idiot question but I want to know this, …for a better sleep :slight_smile:

This is the playground: https://playground.babylonjs.com/#PHZD9J#2
On the right box I put a pbrMaterial with simple albedoColor.
On left i put a dynamicTexture with same clearColor.

The question is why they are looking so different?
I understand to be different if I have ao or metalic map but in this case…

Hello!
this is because the textures are supposed to be in linear space:
https://playground.babylonjs.com/#PHZD9J#3

1 Like

Thank you.
Every day I’m learning something new :wink:

Learning is key :slight_smile: We are all a bit smarter everyday then :smiley:

2 Likes