Nodo Separar (esféricos)

El nodo Separar (esféricos).

The Separate Spherical node converts a vector from Cartesian coordinates (X, Y, Z) into spherical coordinates (R, Φ, Θ) and outputs each component separately. It is the inverse of the Combine Spherical node.

Spherical coordinates describe a position in 3D space using radius, azimuth (horizontal angle), and polar (vertical) angle. This representation is useful for procedural effects involving rotational symmetry, spherical gradients, or direction-based transformations.

Entradas

Vector

The input Cartesian vector to be converted into spherical coordinates.

Salidas

R

The radial distance from the origin.

Fi

The azimuthal angle (horizontal rotation) around the Z axis, measured in radians.

Zeta

The polar angle (vertical inclination) from the Z axis, measured in radians.