3D text blur problem

Can you please tell how to fix this blury text in 3d screen

Hi @Jack and welcome,

Normally in textured models you can improve that by increasing anisotropic filtering on the texture.

Not sure if there is something similar we can do on text elements, @mvaligursky @yaustar?

1 Like

Looks like it could be related to this bug: https://github.com/playcanvas/engine/issues/3087

Does it look better if you rotate the camera to face it?

Na

‘Na’ as in it doesn’t look better when it is face on? Can you post a video or screenshot please?

when it is face on its look better

Ok, looks like it’s related to the bug linked above unfortunately. There isn’t much of a workaround for this :frowning:

@mvaligursky Any ideas on this?

Actually, maybe the shader could be patched? https://github.com/playcanvas/engine/issues/3087#issuecomment-856897949

@yak32 Is it possible to patch the shader or did you have to do this in the engine?

I replace text with texture image, now it, fix: grin:

3 Likes