MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / mode

Method mode

src/effects/ToneMappingEffect.js:115–119  ·  view source on GitHub ↗

* The tone mapping mode. * * @type {ToneMappingMode}

()

Source from the content-addressed store, hash-verified

113 */
114
115 get mode() {
116
117 return Number(this.defines.get("TONE_MAPPING_MODE"));
118
119 }
120
121 set mode(value) {
122

Callers

nothing calls this directly

Calls 3

setMethod · 0.80
setChangedMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected