You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aframe 0.8.2
Example : for instance in a-circle, #CC6600 is rendered yellow instead of orange. Both Firefox and Chrome. Also applies to aframe-environment-component.
The text was updated successfully, but these errors were encountered:
In general rendered colors depend on the shader, ilumination, angle of the surface with respect to lights. A color won’t yield the same consistent hue as you see in the 2D Web.
Are you using the setting renderer="gammaOutput: true" by any chance? There are particular considerations for colors, if so, which I can explain further. We're working on improving that particular case, see #3509.
Aframe 0.8.2
Example : for instance in a-circle, #CC6600 is rendered yellow instead of orange. Both Firefox and Chrome. Also applies to aframe-environment-component.
The text was updated successfully, but these errors were encountered: