MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / setAutoExposure

Function setAutoExposure

src/core/index.ts:207–209  ·  view source on GitHub ↗
(on: boolean)

Source from the content-addressed store, hash-verified

205
206/** Toggle physically-based auto-exposure. 18% gray target, log-average metered. */
207export function setAutoExposure(on: boolean): void {
208 bloom_set_auto_exposure(on ? 1 : 0);
209}
210
211/** Toggle temporal anti-aliasing (sub-pixel jitter + reprojected history blend). */
212export function setTaaEnabled(on: boolean): void {

Callers 4

main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90

Calls 1

bloom_set_auto_exposureFunction · 0.50

Tested by

no test coverage detected