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

Method mainCamera

src/effects/SSAOEffect.js:210–215  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

208 }
209
210 set mainCamera(value) {
211
212 this.camera = value;
213 this.ssaoMaterial.copyCameraSettings(value);
214
215 }
216
217 /**
218 * Sets the normal buffer.

Callers

nothing calls this directly

Calls 1

copyCameraSettingsMethod · 0.45

Tested by

no test coverage detected