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

Method multisampling

src/core/EffectComposer.js:146–150  ·  view source on GitHub ↗

* The current amount of samples used for multisample anti-aliasing. * * @type {Number}

()

Source from the content-addressed store, hash-verified

144 */
145
146 get multisampling() {
147
148 return this.inputBuffer.samples;
149
150 }
151
152 /**
153 * Sets the amount of MSAA samples.

Callers

nothing calls this directly

Calls 2

createBufferMethod · 0.95
disposeMethod · 0.65

Tested by

no test coverage detected