Supermodel/VS2008
Ian Curtis c039d08c03 Add supersampling anti-aliasing
Late christmas present. Due to the way alpha works on the model3 adding regular anti-aliasing doesn't really work. Supersampling is very much a brute force solution, render the scene at a higher resolution and mipmap it.

It's enabled via command line with the -ss option, for example -ss=4 for 4x supersampling or by adding Supersampling = 4 in the config file.

Note non power of two values work as well, so 3 gives a very good balance between speed and quality. 8 will make your GPU bleed, since it is essentially rendering 64 pixels for every visible pixel on the screen.
2023-12-26 18:25:03 +00:00
..
Musashi68K njz3: Proper quadrophonic audio support. Need 4+ speakers to take advantage otherwise down mixed to stereo. 2022-06-09 21:10:39 +00:00
SDL njz3: Proper quadrophonic audio support. Need 4+ speakers to take advantage otherwise down mixed to stereo. 2022-06-09 21:10:39 +00:00
SDLmain njz3: Proper quadrophonic audio support. Need 4+ speakers to take advantage otherwise down mixed to stereo. 2022-06-09 21:10:39 +00:00
SDLnet njz3: Proper quadrophonic audio support. Need 4+ speakers to take advantage otherwise down mixed to stereo. 2022-06-09 21:10:39 +00:00
ZLib njz3: Proper quadrophonic audio support. Need 4+ speakers to take advantage otherwise down mixed to stereo. 2022-06-09 21:10:39 +00:00
Build.bat Somehow John's Build.bat and Clean.bat did not get added in r262. Here they are. 2012-07-12 06:40:55 +00:00
Build.Release.bat Applied a series of patches by John Peterson: 2012-07-12 05:28:08 +00:00
Build.Release.Debugger.bat Applied a series of patches by John Peterson: 2012-07-12 05:28:08 +00:00
Clean.bat Somehow John's Build.bat and Clean.bat did not get added in r262. Here they are. 2012-07-12 06:40:55 +00:00
Rebuild.Release.bat Applied a series of patches by John Peterson: 2012-07-12 05:28:08 +00:00
Rebuild.Release.Debugger.bat Applied a series of patches by John Peterson: 2012-07-12 05:28:08 +00:00
Supermodel.sln Add SDLnetworking + some basic tcp classes 2020-06-13 19:46:12 +00:00
Supermodel.vcproj Committing various small updates that have been hanging around in my source tree for a while now: 2012-07-15 21:04:46 +00:00
Supermodel.vcxproj Add supersampling anti-aliasing 2023-12-26 18:25:03 +00:00
Supermodel.vcxproj.filters Add supersampling anti-aliasing 2023-12-26 18:25:03 +00:00