set fy()

in src/cameras/CameraData.ts [77:82]


    set fy(fy: number) {
        if (this._fy !== fy) {
            this._fy = fy;
            this._updateProjectionMatrix();
        }
    }