Version: 2021.1
언어: 한국어

Camera.CalculateObliqueMatrix

매뉴얼로 전환
public Matrix4x4 CalculateObliqueMatrix (Vector4 clipPlane);

파라미터

clipPlane Vector4 that describes a clip plane.

반환

Matrix4x4 Oblique near-plane projection matrix.

설명

Calculates and returns oblique near-plane projection matrix.

Given a clip plane vector, this function returns camera's projection matrix which has this clip plane set as its near plane.