After adding the module random to touch.
I`m trying to add noise inside point sop node.
I need random number that will repeat it self with the same input.
what “function” should be?
random.function(me.inputPoint.index)
is it the fastest way to add simple noise to points ?
rob
2
derivative.ca/wiki088/index. … le#Methods
tdu.rand(me.inputPoint.index)
should do the trick.