Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard
const val MAX_DIRECT_LIGHTS: Int = 4

Max directional/point/spot lights sent to the GPU (ambient excluded). Must match shader MAX_DIRECT_LIGHTS.

Link copied to clipboard

Ambient light color generator. When no enabled ambient light exists in the scene, returns black.

Link copied to clipboard

Ambient intensity (AmbientLight.intensity in shaders). When no enabled ambient zernikalos.objects.ZLight exists in the scene, use 0.0 so direct lights dominate.

Link copied to clipboard

Active direct light count (0..MAX_DIRECT_LIGHTS).

Link copied to clipboard