Method GetProjectionMatrix
GetProjectionMatrix(int)
Returns the camera projection matrix. Might be jittered for temporal features.
Declaration
public Matrix4x4 GetProjectionMatrix(int viewIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
int | viewIndex | View index in case of stereo rendering. By default |
Returns
Type | Description |
---|---|
Matrix4x4 | The camera projection matrix. |