in src/cameras/CameraData.ts [88:93]
set near(near: number) { if (this._near !== near) { this._near = near; this._updateProjectionMatrix(); } }