YouGroove Posted November 23, 2013 Share Posted November 23, 2013 Will LE 3.1 have FXAA or it is for some 3.2 ? Could LE3 editor windows include some FXAA option ? Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Josh Posted November 23, 2013 Share Posted November 23, 2013 Leadwerks 2 uses FXAA...it's basically a post-processing effect that tries to detect edges and make them blurrier. Consequently, it's not good at rendering fine details, because it's always trying to make more information than what it really has. MSAA is a superior technique that performs random supersampling to render a higher quality image. Until recently, it wasn't possible to do this with a deferred renderer, and this was one of the main drawbacks to deferred rendering. OpenGL 4.0 now makes it possible to combine full hardware MSAA with deferred rendering. Leadwerks 3.1 supports up to 32x hardware MSAA. 3 Quote My job is to make tools you love, with the features you want, and performance you can't live without. 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.