Kinect + Noise

Hey all,
I’m new to Touch and I started my first project with a Kinect tutorial. This software is amazing! I’m trying to add a noise fill to the shapes registered by the Kinect. Would I do this by writing a material GLSL for “geo1”? Is there a better way? I was inspired by this post and would like the fill to be similar
junkiyoshi.com/openframeworks20190904/

Thanks in advance for any help, pointers, or recommendations! I really appreciate it :smiley:
Kinect_Tutorialp.1.toe (6.68 KB)

You should be able to do this pretty easily in TOPs. Basically you would create the noise pattern and then mask it with your kinect feed. See attached example.
Noise Mask.toe (4.06 KB)

that worked! thank you so much, that was a much better approach :slight_smile: