I think View.ViewToClip
should hold the “Projection” matrix, and View.WorldToView
should be the “View” matrix. Alternatively, if you need the combined “ViewProjection” matrix, you can used View.WorldToClip
.
1 Like