CommandBuffer.SetViewMatrix
Parameters
| view | View (world to camera space) matrix. |
Description 描述
Add a command to set the view matrix.
View matrix is the matrix that transforms from world space into camera space.
Note that when setting both view and projection matrices, it is slightly more efficient to use SetViewProjectionMatrices.
See Also: SetProjectionMatrix, SetViewProjectionMatrices, Camera.worldToCameraMatrix.