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(深度)
Depth of the point relative to the camera.
- Camera(カメラ)
Camera used to reconstruct the 3D position.
出力¶
- Vector(ベクトル)
Reconstructed 3D position.