Version: 2023.2
언어: 한국어

CameraEditorUtils.PerspectiveClipToWorld

매뉴얼로 전환
public static Vector3 PerspectiveClipToWorld (Matrix4x4 clipToWorld, Vector3 viewPositionWS, Vector3 positionCS);

파라미터

clipToWorld Clip to world matrix to use.
viewPositionWS The viewer's position in world space.
positionCS The position in clip space.

반환

Vector3 The corresponding world space position.

설명

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.