I am seeking better example for better performance with better quality. While searching, I saw an example https://jsfiddle.net/qL1onpzk/ . It is being blur. What is the reason for this blurness .
Hi!
In the provided example, what blur are you talking about?
1 Like
Thanks for your reply @prisoner849 . I mean the pixel is not clear right, the edges are look like a huge antialias or pixellate . Thats what I am trying to say. Sorry If I say wrong.
Hi,
Instead of …renderer()
Set …renderer({antialias:true})
1 Like
antialias and pixelate are quite the opposite, antialias is what fights pixelated edges. Try initializing the renderer with antialias enabled:Edit fiddle - JSFiddle - Code Playground
2 Likes
I think this might be a device pixel ratio issue or something like that?
1 Like