Point On UV Sphere
Geometry 3D
The Point On UV Sphere node takes a sphere's UV coordinates and the radius of the sphere, then returns the point on that sphere.
Inputs
UV (float2)
The sphere UV.
Radius (float)
The sphere radius.
Outputs
* (float3)
Returns the point on the sphere from the provided UV.