Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Camera.CalculateObliqueMatrix

Switch to Manual
public function CalculateObliqueMatrix(clipPlane: Vector4): Matrix4x4;

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.