Hello All,
I have a simple sphere in the playground with PBRMaterial.
https://www.babylonjs-playground.com/#8MGKWK#263
I set the Albedo Color of the sphere to BABYLON.Color3(0.373, 0.008, 0.122) which represents the Bordeaux color with RGB (95,2,31).
The problem is that the color of the sphere is not the same as the albedo color I selected.
In addition, when looking at the Inspector I see that the Albedo Color for the PBR material have changed to become a color with RGB (0.639,0.111,0.384) instead of (0.373, 0.008, 0.122).
The color of the sphere is now (0.639,0.111,0.384), why is that??
Is there something I’m missing?
I hope it is a simple issue.
Thank you!