Project with Depth Node

Project with Depth node.

The Project with Depth node reconstructs a 3D position from normalized screen coordinates and a depth value using the given transform and projection matrices.

This is a lower-level version of the Screen Space to 3D node that operates directly on projection data instead of a camera object.

Đầu Vào (Inputs)

Bình Thường Hóa (Normalized)

Normalized screen-space coordinates.

A value of (0, 0) corresponds to the bottom-left corner of the projected view and (1, 1) corresponds to the top-right corner.

Chiều/Độ Sâu (Depth)

Depth of the point relative to the projection.

Projection (Phóng Chiếu)

Projection matrix used to reconstruct the position.

Biến Hóa [Transform]

Transformation matrix applied after reconstructing the position.

Clip Start

Near clipping distance used by the projection.

Clip End

Far clipping distance used by the projection.

Đầu Ra (Outputs)

Véctơ (Vector)

Reconstructed 3D position.