Library
Node Group
Type
Version : 1.0
Description : Compute the reflection vector
Node Graph
graph TB
subgraph NG_reflect_vector3
NG_reflect_vector3_NdotI[NdotI]
NG_reflect_vector3_NdotI_2[NdotI_2]
NG_reflect_vector3_NdotI_N_2[NdotI_N_2]
NG_reflect_vector3_reflection_vector[reflection_vector]
style NG_reflect_vector3_out fill:#0C0, color:#FFF
NG_reflect_vector3_out([out])
style NG_reflect_vector3_normal fill:#09D, color:#FFF
NG_reflect_vector3_normal([normal])
style NG_reflect_vector3_in fill:#09D, color:#FFF
NG_reflect_vector3_in([in])
end
NG_reflect_vector3_normal --"in1"--> NG_reflect_vector3_NdotI
NG_reflect_vector3_in --"in2"--> NG_reflect_vector3_NdotI
NG_reflect_vector3_NdotI --"in1"--> NG_reflect_vector3_NdotI_2
NG_reflect_vector3_normal --"in1"--> NG_reflect_vector3_NdotI_N_2
NG_reflect_vector3_NdotI_2 --"in2"--> NG_reflect_vector3_NdotI_N_2
NG_reflect_vector3_in --"in1"--> NG_reflect_vector3_reflection_vector
NG_reflect_vector3_NdotI_N_2 --"in2"--> NG_reflect_vector3_reflection_vector
NG_reflect_vector3_reflection_vector --> NG_reflect_vector3_out