deniz Posted October 14, 2011 Posted October 14, 2011 Hi all, Below are two videos of aliased and antialiased terrain rendered in LE 2.5 Although there is no support for AA in LE 2.5, I managed to do it. The lack of AA troubled us a lot since the visualization of the airport was not satisfactory for our purposes. But now with this AA-trick it is acceptable. Quote
Canardia Posted October 14, 2011 Posted October 14, 2011 There is quite good AA in LE 2.5, but you have to enable it with SetAntialias(1); Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■
deniz Posted October 14, 2011 Author Posted October 14, 2011 There is quite good AA in LE 2.5, but you have to enable it with SetAntialias(1); I tried it, it was not satisfactory for our customer. This is done via 32 CSAA in nvidia control panel on my computer. The method here is non-trivial. Quote
Josh Posted October 14, 2011 Posted October 14, 2011 What do you mean by trivial, in this context? I only normally hear that term used regarding the complexity of an implementation. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
deniz Posted October 14, 2011 Author Posted October 14, 2011 What do you mean by trivial, in this context? I only normally hear that term used regarding the complexity of an implementation. Well, normally you should support AA by rendering to multi-sampling textures and perform a custom resolve operation inside the fragment shader in deferred shading. But I have studied all of your shaders and did not come across to anything like "sampler2DMS" or so. I had to implement this on my own (not using Multisample textures but a somewhat similar method). I do not know what kind of AA method you employ but it seems that in our scenes not enough fragments are generated for long and thin primitives, in fact that's why we got those stippled line patterns. So I used nvidia's 32 CSAA method to generate multisampled terrain pixels and lines visual appearance got better. The non-tirivial step was to incorporate nvidia's CSAA output into the LE rendering pipeline. Quote
Canardia Posted October 14, 2011 Posted October 14, 2011 You should publish a demo of it, or offer it for sale. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■
Pixel Perfect Posted October 15, 2011 Posted October 15, 2011 That really looks very impressive deniz ... nice work! Quote Intel Core i5 2.66 GHz, Asus P7P55D, 8Gb DDR3 RAM, GTX460 1Gb DDR5, Windows 7 (x64), LE Editor, GMax, 3DWS, UU3D Pro, Texture Maker Pro, Shader Map Pro. Development language: C/C++
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.