**mapbox-gl-js version v1.13.1 **
**three.js version r117 **
I want to get the matrixWorldInverse and projectionMatrixInverse of the camera.
But But it seems that after synchronization, the this.camera.projectionMatrix in the mapbox render function contains more information than the camera.projectionMatrixInverse of threejs. They are not always updated, and this.camera.projectionMatrixInverse is not updated simultaneously.