LightmapFilter enumeration
Lightmaps filtering method
public enum LightmapFilter
Values
| name | value | description |
|---|---|---|
| Bilinear | -1 | A filtering option that uses basic hardware-driven bilinear sampling without additional filtering or upscaling. The least expensive option. May result in a blocky pixelated appearance for non-100% light map resolution scale. Not recommended for the Holographic RC variant, for it preserves the checkerboard artifacts. |
| KawaseUpsample | 0 | A filtering option that applies the Kawase Upsample technique to the lightmap. The softest option. This method blurs the lightmap to reduce the pixelated appearance caused by downscaling and addresses checkerboard artifacts when used in Holographic RC mode. |
| Cross | 1 | A filtering option that applies a cross blur kernel. Provides a less aggressive blur effect compared to Kawase Upsample. Mitigates checkerboard artifacts in Holographic RC mode with minimal blurring. |
See Also
- namespace Dim0v.RadianceCascades2D.Utility