(value)
| 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. |
nothing calls this directly
no test coverage detected