How do I place particle .pde into the hands .pde to replace the dot and line?
in
Contributed Library Questions
•
11 months ago
I have been struggling with trying to figure out how to put a particle emitter onto the hand of someone in front of a kinect. I have come to understand, somewhat, how particle emitters work but I still don't know how to attach one to a hand.
- James
Just for a basic beginning, I am trying to take Daniel Shiffman's Example 23-2: Simple particle system with ArrayList from his "Learning Processing":
and place the emitter onto the hand of the user in this SimpleOpenNI Hands.pde :
Would I delete the red dot and line code from Hands.pde and replace that section with the Particle.pde?
Is there a simpler method someone can suggest as to how to attach that simple emitter to the hand of a person through the use of a Kinect?
- James
1