CameraEditorUtils.PerspectiveClipToWorld

Cambiar al Manual
public static Vector3 PerspectiveClipToWorld (Matrix4x4 clipToWorld, Vector3 viewPositionWS, Vector3 positionCS);

Parámetros

clipToWorldClip to world matrix to use.
viewPositionWSThe viewer's position in world space.
positionCSThe position in clip space.

Valor de retorno

Vector3 The corresponding world space position.

Descripción

Calculate the world space position of a point in clip space.

The z component will be used to get the point at the distance z from the viewer.