csharp
public enum AntialiasingModeWhich antialiasing runs, and therefore whether the frame has motion vectors.
Fields and properties (6)
OffNone.
FxaaFXAA alone, after the tonemap. Needs nothing from the scene.
TaaThe temporal resolve, which emits the velocity pass and the Motion stage.
TaaFxaaBoth: TAA converges the still frame, FXAA catches what its history clipped.
SmaaSMAA alone, after the tonemap. Three passes and two intermediates rather than FXAA's one and none, and it keeps the texture detail FXAA softens along with the edges.
TaaSmaaBoth: TAA converges the still frame, SMAA catches what its history clipped.
Used by (23)
- BakedMaterialImageTestsVixen.Graphics.Golden.Tests
- DiffuseModelImageTestsVixen.Graphics.Golden.Tests
- GraphMaterialImageTestsVixen.Graphics.Golden.Tests
- LayeredMaterialImageTestsVixen.Graphics.Golden.Tests
- ParallaxMaterialImageTestsVixen.Graphics.Golden.Tests
- RenderQualityTestsVixen.Rendering.PostFx.Tests
- SmaaTestsVixen.Rendering.PostFx.Tests
- StandardFrameVixen.Rendering.PostFx
- StandardFrameAssetVixen.Rendering.PostFx
- StandardFrameExposureDeviceTestsVixen.Graphics.Golden.Tests
- StandardFrameTestsVixen.Rendering.PostFx.Tests
- StandardFrameTierImageTestsVixen.Graphics.Golden.Tests
- TerrainCasterTestsVixen.Rendering.Terrain.Tests
- TerrainNodeTestsVixen.Rendering.Terrain.Tests
- TerrainVelocityTestsVixen.Rendering.Terrain.Tests
- Vixen_Rendering_PostFx_StandardFrameAssetSerializerVixen.Rendering.PostFx
- CompositorWriterTestsVixen.Editor.Assets.Tests
- Describes_Vixen_Editor_AssetEditors_Frame_StandardFrameSettingsVixen.Editor.AssetEditors
- ExternalEditPumpTestsVixen.Editor.App.Tests
- FrameDocumentTestsVixen.Editor.AssetEditors.Tests
- StandardFrameSettingsVixen.Editor.AssetEditors
- TypeRegistrationVixen.Editor.AssetEditors
- Vixen_Editor_AssetEditors_Frame_StandardFrameSettingsSerializerVixen.Editor.AssetEditors