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

Method adoptCameraSettings

src/materials/EffectMaterial.js:358–362  ·  view source on GitHub ↗

* Copies the settings of the given camera. * * @deprecated Use copyCameraSettings instead. * @param {Camera} camera - A camera.

(camera)

Source from the content-addressed store, hash-verified

356 */
357
358 adoptCameraSettings(camera) {
359
360 this.copyCameraSettings(camera);
361
362 }
363
364 /**
365 * Copies the settings of the given camera.

Callers

nothing calls this directly

Calls 1

copyCameraSettingsMethod · 0.95

Tested by

no test coverage detected