Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Camera.CalculateObliqueMatrix

Switch to Manual
public Matrix4x4 CalculateObliqueMatrix(Vector4 clipPlane);

Parameters

clipPlane Vector4 that describes a clip plane.

Returns

Matrix4x4 Oblique near-plane projection matrix.

Description

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.

Did you find this page useful? Please give it a rating: