set fx()

in src/cameras/CameraData.ts [66:71]


    set fx(fx: number) {
        if (this._fx !== fx) {
            this._fx = fx;
            this._updateProjectionMatrix();
        }
    }