Quote |
---|
Vladimir Golovin wrote:
The math node is already in the works, so I'd like to hear your ideas it (operations to include, inputs/outputs etc). |
I pulled this over from the other thread - I hope that's okay.
In a Math node I'd like to see:
Of course A+B, A-B, A*B, A/B
Very Important: Modulo (A%B)
For all these there need to be selectable options how to deal with possible overflow: Chop, Wrap, Mirror
And if you want to make it a super-component, you will add a third and a fourth input (C + D) and then add conditional functions like
if (A<B) use input C else input D
if (A>B) use input C else input D
if (A==B) use input C else input D
I have no idea yet how this could be used, but I'm all for "If you build it they will come".