ProtoFlux:LocalScreenPointToWorld: Difference between revisions

From Resonite Wiki
Created a page for the Local Screen Point To World node.
 
m YoshBot moved page ProtoFlux:Local Screen Point To World to ProtoFlux:LocalScreenPointToWorld: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 32: Line 32:


[[Category:ProtoFlux:Transform:Conversion]]
[[Category:ProtoFlux:Transform:Conversion]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 00:26, 21 August 2025

Local Screen Point To World
NormalizedScreenPoint
*
Distance
Conversion

The Local Screen Point To World node takes in a normalized screen space (0 to 1 along the user's screen in the X and Y position), and converts it to a position in world space. This node just takes where you are looking plus the distance from the local user and makes a value someplace outward from your camera/screen.

Inputs

NormalizedScreenPoint (float2)

The screen point from the user's perspective.

Distance (float)

The distance from this local user's view point.

Outputs

* (float3)

Returns the position from the local user's point of view into a position value in world space.