gfx.sky.process_mode

Client

Enumeration of supported radiance map processing strategies for the sky


Values

ConstantDescription
gfx.sky.process_mode.AUTOMATICAutomatically picks between quality and realtime processing based on the sky material
gfx.sky.process_mode.QUALITYGenerates the full radiance map in one pass — highest quality, most expensive, best for static skies
gfx.sky.process_mode.INCREMENTALUpdates the radiance map incrementally across frames — cheaper per frame, suited to skies that change occasionally
gfx.sky.process_mode.REALTIMEUpdates the radiance map every frame at reduced quality — for fully dynamic skies (e.g. a moving sun)

On this page