Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

LightmapFilter enumeration

Lightmaps filtering method

public enum LightmapFilter

Values

namevaluedescription
Bilinear-1A 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.
KawaseUpsample0A 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.
Cross1A 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