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

Method adoptCameraSettings

src/materials/SSAOMaterial.js:811–815  ·  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

809 */
810
811 adoptCameraSettings(camera) {
812
813 this.copyCameraSettings(camera);
814
815 }
816
817 /**
818 * Copies the settings of the given camera.

Callers

nothing calls this directly

Calls 1

copyCameraSettingsMethod · 0.95

Tested by

no test coverage detected