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

Method mainCamera

src/effects/DepthOfFieldEffect.js:245–250  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

243 }
244
245 set mainCamera(value) {
246
247 this.camera = value;
248 this.cocMaterial.copyCameraSettings(value);
249
250 }
251
252 /**
253 * The circle of confusion texture.

Callers

nothing calls this directly

Calls 1

copyCameraSettingsMethod · 0.45

Tested by

no test coverage detected