Screen Space to 3D Node¶
The Screen Space to 3D node reconstructs a 3D position from normalized screen coordinates and a depth value relative to a camera.
This is the inverse operation of the 3D to Screen Space node.
输入¶
- 规格化
Normalized screen-space coordinates.
A value of
(0, 0)corresponds to the bottom-left corner of the camera view and(1, 1)corresponds to the top-right corner.- 深度
Depth of the point relative to the camera.
- 摄像机
Camera used to reconstruct the 3D position.
输出¶
- 矢量
Reconstructed 3D position.