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
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
Camera used to reconstruct the 3D position.
輸出¶
- Vector
Reconstructed 3D position.