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

Method mainCamera

src/effects/SelectiveBloomEffect.js:130–136  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

128 }
129
130 set mainCamera(value) {
131
132 this.camera = value;
133 this.depthPass.mainCamera = value;
134 this.depthMaskMaterial.copyCameraSettings(value);
135
136 }
137
138 /**
139 * Returns the selection.

Callers

nothing calls this directly

Calls 1

copyCameraSettingsMethod · 0.45

Tested by

no test coverage detected