Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
copyCameraSettings
Method · 0.45
Tested by
no test coverage detected