Blend particles?
in
Contributed Library Questions
•
4 months ago
Is there a way to use blend() on particles? Or is there a way to make a PImage out of a particlesystem so blend() can be applied to particles? I want all my white particles to blend into a video as a simple way to mask the video.
I now used a particlesystem as a mask for a video using PGraphics, but it is running very slow, partly because I have to draw rectangles instead of points.
My goal is to use particles as a way to mask a video. I am using the kinect to draw the particles, so your silhouette is made out of these particles. Here's how it looks like (my head, made out of particles is masking a video):
If you have any better suggestions, they are also welcome!
I now used a particlesystem as a mask for a video using PGraphics, but it is running very slow, partly because I have to draw rectangles instead of points.
My goal is to use particles as a way to mask a video. I am using the kinect to draw the particles, so your silhouette is made out of these particles. Here's how it looks like (my head, made out of particles is masking a video):
If you have any better suggestions, they are also welcome!
1