xycaleth / OpenJK

Community effort to maintain and improve Jedi Academy + Jedi Outcast released by Raven Software
GNU General Public License v2.0
16 stars 3 forks source link

Investigate improved antialiasing #31

Open xycaleth opened 8 years ago

xycaleth commented 8 years ago

MSAA only solves the problem of aliasing on the edges of geometry. Other aliasing includes texture aliasing and temporal aliasing (where output between frames cause flickering).

Need to look into solutions for these other cases.