gl_distance


Where to find it:


NodeGraph / Right Mouse Click / Add Nodes / Math / Extension Pack / D /




Description


distance returns the distance between the two points p0 and p1. i.e., length(p0 - p1);
Component Selection can be done in the Node's properties.

OpenGl Reference


https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/distance.xhtml


Node Ports


Point 1

Specifies the first of two points


Point 2

Specifies the second of two points



Node Outputs


Output RGB

Returns the distance between two points