o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
32 stars 37 forks source link

Turning off msaa by default in AtomSampleViewer #597

Closed invertednormal closed 1 year ago

invertednormal commented 1 year ago

This change sets the default number of msaa samples in asv to 1, thereby turning it off for any platforms or samples that don't specify otherwise. Removing 'GetDefaultNumMSAASamples()' from SampleComponentManager, platforms and samples can instead call SetDefaultNumMSAASamples() if they want an msaa sample count other than one, making it so platforms don't have to implement the abstract function.

Updating all screenshots that were previously passing and were affected by the msaa change. All failing screenshots have been left but will need to be updated when their original issue is resolved.

A few special cases:

Here's a list of all the screenshots that were not updated