19 return hashnoise(k.x, k.y);
29 return hashnoise(
vector3(k.x, k.y, k.z), k.w);
Group Output data from inside of a node group A color picker Mix two input colors RGB to Convert a color s luminance to a grayscale value Generate a normal vector and a dot product Bright Control the brightness and contrast of the input color Vector Map an input vectors to used to fine tune the interpolation of the input Camera Retrieve information about the camera and how it relates to the current shading point s position Clamp a value between a minimum and a maximum Vector Perform vector math operation Invert a color
color hash_vector3_to_color(vector3 k)
float hash_vector4_to_float(vector4 k)
float hash_vector3_to_float(vector3 k)
color hash_float_to_color(float k)
color hash_vector4_to_color(vector4 k)
float hash_vector2_to_float(vector2 k)
color hash_vector2_to_color(vector2 k)
vector2 hash_vector2_to_vector2(vector2 k)
vector4 hash_vector4_to_vector4(vector4 k)
float hash_float_to_float(float k)
vector3 hash_vector3_to_vector3(vector3 k)