in src/cameras/CameraData.ts [99:104]
set far(far: number) { if (this._far !== far) { this._far = far; this._updateProjectionMatrix(); } }