Replies: 1 comment
-
Thanks, I'll investigate this. The problem is due to antialias doesn't work currently on PostProcessingSprite. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to improve the quality of PostProcessingSprite added to the pixi2d canvas?
Attached the example of normal model load vs PostProcessingSprite .
code for PostProcessingSprite:
`app = new PIXI.Application({
resizeTo: window,
backgroundColor: 0xf1f1f1,
antialias: true,
// resolution: window.devicePixelRatio
})
Beta Was this translation helpful? Give feedback.
All reactions