Mirror Engine
V7
How To
Mirror Engine Logo

Mirror Engine API


Mirror Engine API / SHADOW_VSM_32F

Variable: SHADOW_VSM_32F

const SHADOW_VSM_32F: number = 3

A shadow sampling technique using a 32-bit exponential variance shadow map that leverages variance to approximate shadow boundaries, enabling soft shadows. Only supported when GraphicsDevice#textureFloatRenderable is true. Falls back to SHADOW_VSM_16F, if not supported.

Mirror Engine Logo