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.
输入¶
- 规格化
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.- 深度
Depth of the point relative to the projection.
- 投影
Projection matrix used to reconstruct the position.
- 变换
Transformation matrix applied after reconstructing the position.
- 裁剪起始
Near clipping distance used by the projection.
- 裁剪终点
Far clipping distance used by the projection.
输出¶
- 矢量
Reconstructed 3D position.