I'm researching related to custom distorted projection. To experiment with unity, I have to convert OpenGL projection matrices into Unity projection matrix.
I wonder Unity is using left-handed coordinate but OpenGL is using right-handed coordinate. And vertices are represented as a row vector, not a column vector.
How should I convert the matrix?