Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Msdf font have a bad color space since update to v1.5.0 #5408

Closed
Turtleted21 opened this issue Dec 11, 2023 · 2 comments
Closed

Msdf font have a bad color space since update to v1.5.0 #5408

Turtleted21 opened this issue Dec 11, 2023 · 2 comments

Comments

@Turtleted21
Copy link

Hello,
Since the update to v1.5.0 msdf font have a bad color space.
Before update shader msdf were like a shader flat.

On this screenshot we can see :
a msdf font :
<a-mixin id="loading_text_audio_player_title" text="shader: msdf; font: custom-msdf/custom-msdf.json; negate:false; width:3.75; wrapCount: 20; letterSpacing: 1; color: #339966; align:center"> </a-mixin>

a plane progress bar :
<a-mixin id="audio_player_progress_bar_green" material="color: #339966; shader: flat;" geometry="primitive: plane; height:0.075; width:2.6" pivot="-1.25 0 0" animation="easing: linear"></a-mixin>

a image :
<a-entity id="audioguide_info_image" position="0 1.55 0.01" geometry="primitive:plane; width: 4; height: 2" material="shader:flat"></a-entity>

All three had the same color before.

  • A-Frame Version v 1.5.0:
  • Platform / Device: all

Untitled-12

Thanks

@dmarcos
Copy link
Member

dmarcos commented Dec 11, 2023

<a-scene renderer="colorManagement: false"> ?

@dmarcos
Copy link
Member

dmarcos commented Dec 11, 2023

Fixed by #5409

@dmarcos dmarcos closed this as completed Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants