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

Method depthAwareUpsampling

src/effects/SSAOEffect.js:337–341  ·  view source on GitHub ↗

* Indicates whether depth-aware upsampling is enabled. * * @type {Boolean}

()

Source from the content-addressed store, hash-verified

335 */
336
337 get depthAwareUpsampling() {
338
339 return this.defines.has("DEPTH_AWARE_UPSAMPLING");
340
341 }
342
343 set depthAwareUpsampling(value) {
344

Callers

nothing calls this directly

Calls 3

setMethod · 0.80
deleteMethod · 0.80
setChangedMethod · 0.80

Tested by

no test coverage detected