OptionaldenoiseFilter: EnumValue<RaytracingDenoiseFilter, number>OptionalisAIDenoiseColorOnlyEnabled: booleanOptionalmedianDenoiseRadius: numberProtected_denoiseProtected_isAIDenoiseProtected_medianDetermines which filter to use for removing noise from the generated image.
Determines if the AI denoise filter will use a color-only input, or an input consisting of color, albedo, normals and depth.
Only relevant if DenoiseFilter is set to RaytracingDenoiseFilter::AI.
Radius of the filter window, in range [0, 2]. Larger values will cause the filter to visit neighboring pixels further away when calculating the current pixel median.
Copies all properties defined by the prototype of RaytracingViewSettings from other to this instance.
Clones this instance and returns a new RaytracingViewSettings with identical values.
Determines if this RaytracingViewSettings instance is equal to the other instance.
StaticisDetermines if both RaytracingViewSettings instances are equal.
Settings used for controlling raytracer rendering for a particular view.