(value)
| 331 | } |
| 332 | |
| 333 | set mainCamera(value) { |
| 334 | |
| 335 | this.fullscreenMaterial.copyCameraSettings(value); |
| 336 | |
| 337 | for(const effect of this.effects) { |
| 338 | |
| 339 | effect.mainCamera = value; |
| 340 | |
| 341 | } |
| 342 | |
| 343 | } |
| 344 | |
| 345 | /** |
| 346 | * Indicates whether this pass encodes its output when rendering to screen. |
nothing calls this directly
no test coverage detected