Hi everyone,
for my project I am forced to use the composer, however, the FatLineEdges simply do not get antialiased when using the composer (default msaa antialisiasing works though).
I tested various antialiasing techniques using the composer:
- msaa
- multisampled rendertargets
- taa
- fxaa
… basically two thirds of the available aa techniques. Some were not tested yet, because I did not like the quality for thin edges in the demos. But overall it seems, that the fatline edges do not get antialiased by any AA technique used with the composer.
Why is that? Is there any trick to make it work?
Regarding FXAA I do not remember if it worked or not, but for the targeted quality this technique is not good enough anyways.
Also I tried the other technique (fat lines) that was, I think also developed by @Mugen87 and another person whose name I could not find again in the internet. (I olny tried it with a single aa technique and even used the code from the original demo to implement the composer/aa)
I am thankful for any help.
Best regards and have a great week,
Marcus