Library
Node Group
Type
Version : 1.0
Node Graph
graph TB
subgraph NG_cloverleaf_float
NG_cloverleaf_float_sample_double[sample_double]
NG_cloverleaf_float_sample_add[sample_add]
NG_cloverleaf_float_sample_subtract[sample_subtract]
NG_cloverleaf_float_swizzle[swizzle]
NG_cloverleaf_float_swizzle2[swizzle2]
NG_cloverleaf_float_coord1[coord1]
NG_cloverleaf_float_swizzle3[swizzle3]
NG_cloverleaf_float_swizzle4[swizzle4]
NG_cloverleaf_float_coord2[coord2]
NG_cloverleaf_float_swizzle5[swizzle5]
NG_cloverleaf_float_swizzle6[swizzle6]
NG_cloverleaf_float_coord3[coord3]
NG_cloverleaf_float_swizzle7[swizzle7]
NG_cloverleaf_float_swizzle8[swizzle8]
NG_cloverleaf_float_coord4[coord4]
NG_cloverleaf_float_circle1[circle1]
NG_cloverleaf_float_circle2[circle2]
NG_cloverleaf_float_circle3[circle3]
NG_cloverleaf_float_circle4[circle4]
NG_cloverleaf_float_max1[max1]
NG_cloverleaf_float_max2[max2]
NG_cloverleaf_float_max[max]
style NG_cloverleaf_float_out fill:#0C0, color:#FFF
NG_cloverleaf_float_out([out])
style NG_cloverleaf_float_texcoord fill:#09D, color:#FFF
NG_cloverleaf_float_texcoord([texcoord])
style NG_cloverleaf_float_radius fill:#09D, color:#FFF
NG_cloverleaf_float_radius([radius])
style NG_cloverleaf_float_center fill:#09D, color:#FFF
NG_cloverleaf_float_center([center])
end
NG_cloverleaf_float_texcoord --"in1"--> NG_cloverleaf_float_sample_double
NG_cloverleaf_float_texcoord --"in2"--> NG_cloverleaf_float_sample_double
NG_cloverleaf_float_sample_double --"in1"--> NG_cloverleaf_float_sample_add
NG_cloverleaf_float_radius --"in2"--> NG_cloverleaf_float_sample_add
NG_cloverleaf_float_sample_double --"in1"--> NG_cloverleaf_float_sample_subtract
NG_cloverleaf_float_radius --"in2"--> NG_cloverleaf_float_sample_subtract
NG_cloverleaf_float_sample_add --"in"--> NG_cloverleaf_float_swizzle
NG_cloverleaf_float_sample_double --"in"--> NG_cloverleaf_float_swizzle2
NG_cloverleaf_float_swizzle --"in1"--> NG_cloverleaf_float_coord1
NG_cloverleaf_float_swizzle2 --"in2"--> NG_cloverleaf_float_coord1
NG_cloverleaf_float_sample_subtract --"in"--> NG_cloverleaf_float_swizzle3
NG_cloverleaf_float_sample_double --"in"--> NG_cloverleaf_float_swizzle4
NG_cloverleaf_float_swizzle3 --"in1"--> NG_cloverleaf_float_coord2
NG_cloverleaf_float_swizzle4 --"in2"--> NG_cloverleaf_float_coord2
NG_cloverleaf_float_sample_double --"in"--> NG_cloverleaf_float_swizzle5
NG_cloverleaf_float_sample_subtract --"in"--> NG_cloverleaf_float_swizzle6
NG_cloverleaf_float_swizzle5 --"in1"--> NG_cloverleaf_float_coord3
NG_cloverleaf_float_swizzle6 --"in2"--> NG_cloverleaf_float_coord3
NG_cloverleaf_float_sample_double --"in"--> NG_cloverleaf_float_swizzle7
NG_cloverleaf_float_sample_add --"in"--> NG_cloverleaf_float_swizzle8
NG_cloverleaf_float_swizzle7 --"in1"--> NG_cloverleaf_float_coord4
NG_cloverleaf_float_swizzle8 --"in2"--> NG_cloverleaf_float_coord4
NG_cloverleaf_float_coord1 --"texcoord"--> NG_cloverleaf_float_circle1
NG_cloverleaf_float_center --"center"--> NG_cloverleaf_float_circle1
NG_cloverleaf_float_radius --"radius"--> NG_cloverleaf_float_circle1
NG_cloverleaf_float_coord2 --"texcoord"--> NG_cloverleaf_float_circle2
NG_cloverleaf_float_center --"center"--> NG_cloverleaf_float_circle2
NG_cloverleaf_float_radius --"radius"--> NG_cloverleaf_float_circle2
NG_cloverleaf_float_coord3 --"texcoord"--> NG_cloverleaf_float_circle3
NG_cloverleaf_float_center --"center"--> NG_cloverleaf_float_circle3
NG_cloverleaf_float_radius --"radius"--> NG_cloverleaf_float_circle3
NG_cloverleaf_float_coord4 --"texcoord"--> NG_cloverleaf_float_circle4
NG_cloverleaf_float_center --"center"--> NG_cloverleaf_float_circle4
NG_cloverleaf_float_radius --"radius"--> NG_cloverleaf_float_circle4
NG_cloverleaf_float_circle1 --"in1"--> NG_cloverleaf_float_max1
NG_cloverleaf_float_circle2 --"in2"--> NG_cloverleaf_float_max1
NG_cloverleaf_float_circle3 --"in1"--> NG_cloverleaf_float_max2
NG_cloverleaf_float_circle4 --"in2"--> NG_cloverleaf_float_max2
NG_cloverleaf_float_max1 --"in1"--> NG_cloverleaf_float_max
NG_cloverleaf_float_max2 --"in2"--> NG_cloverleaf_float_max
NG_cloverleaf_float_max --> NG_cloverleaf_float_out