proj | 投影(摄像机到剪辑空间)矩阵。 |
添加用于设置投影矩阵的命令。
The projection matrix is the matrix that transforms from view space into homogeneous clip space.
要设置视图和投影矩阵时,使用 SetViewProjectionMatrices 会更加高效,因为它会在一个 CommandBuffer 命令中设置这两项。
另请参阅:SetViewMatrix、SetViewProjectionMatrices、Camera.projectionMatrix、Matrix4x4.Perspective。