Author Topic: Blur parametrer (Filtering)  (Read 8797 times)

2018-12-01, 15:58:22
Reply #15

patrick.testa

  • Active Users
  • **
  • Posts: 65
    • View Profile
A value that usually works for me without having to modify it depending on render resolution and view angle is 0,1 or 0,2
Not too crisp but well defined...

2018-12-01, 17:22:20
Reply #16

sebastian___

  • Active Users
  • **
  • Posts: 197
    • View Profile
My solution for the past 10 years or so was to always deactivate mip mapping or blurring, render at a double resolution and then resize back down with a good algorithm. This method solves the flickering and noise added by too high frequencies added by lowering the texture blur and also improves lots of things in the process, but you're paying with a higher render time. This method also especially improves distant objects and textures and problematic aliasing areas.