Method GetNonObliqueProjection
GetNonObliqueProjection(Camera)
Returns the non oblique projection matrix for this camera.
선언
public Matrix4x4 GetNonObliqueProjection(Camera camera)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Camera | camera | Requested camera. |
반환
타입 | 설명 |
---|---|
Matrix4x4 | The non oblique projection matrix for this camera. |