Ericky14 Posted October 11, 2017 Share Posted October 11, 2017 Hello, I noticed some jagged edges on the diagonal lines. Is there any way to get rid of them? I have tried using the ffxa post processing, but it still does not remove them completely. Why do they even occur? It's just a straight line. Sorry if I can't give any more input in this issue, but my knowledge of graphics is limited. Here's a babylonjs playground example. https://playground.babylonjs.com/#G3JCQ6#1 Attached is a screenshot of how it looks in the scene of my project. The diagonal lines don't look very appealing for a production ready project. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted October 11, 2017 Share Posted October 11, 2017 This is aliasing. You can use multiple options: - Rely on super sampling: https://playground.babylonjs.com/#G3JCQ6#2 (see line #42) - Use FXAA: https://playground.babylonjs.com/#G3JCQ6#3 (still line #42) Quote Link to comment Share on other sites More sharing options...
Ericky14 Posted October 11, 2017 Author Share Posted October 11, 2017 Thanks man, that solved my problem. GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.