Open Dev Kit Documentation :: Game :: Camera :: HDR Enabled
Game.Camera.HDREnabledwhen bloom is enabled, renders the scene to a 16-bit float buffer and applies ACES tonemapping; otherwise the bloom path uses an 8-bit buffer with additive composite
Type
Lua Usage
-- Get local boolean = camera.HDREnabled -- Set camera.HDREnabled = boolean
If you think anything is missing, please feel free to: submit documentation feedback on this page
