RendererSettings.AnisotropicFilteringSampleCount Property
Gets or sets the sample count for anisotropic filtering.
Syntax
public System.Double AnisotropicFilteringSampleCount { get; set; }
Property Value
Default: 4.0
Sample count for anisotropic filtering.
Remarks
This property controls the sample count used for anisotropic filtering, which is used in 3D to reduce the artifacts of filtering textured surfaces that is not angled directly towards the camera direction. Increased the sample count will result in sharper textures but reduce GPU performance. If a value larger than the maximum supported value is used, the value will be clamped to the maximum supported value.
![]() |
Platforms
Windows, Linux, Android