We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm new to processing and have been doing funprogramming.org light drawing tutorial (no. 150). Just wondering if it's possible to include a second light source, maybe a red and a white light, and have something happen when the 2 cross paths. Is this possible and how would I go about it? thanks in advance!
Answers
Should be. Hard to know without seeing a running example.
This is what I have so far, which isn't fully working either.. any help appreciated!
You don't need line 22. Line 29 should be
pixels[i]=color(255);
Can you tell us what is a light source in your concept?
Kf
Thanks for the reply! I am thinking a small bright bike light or something similar, I'm getting it to pick up the brightest points (using phone light) now but I need to make the light 'draw' and for that to stay on screen
@ga77 -- once you are registering your traces, you might find this previous discussion useful for making your two traces interact:
- https://forum.processing.org/two/discussion/comment/114960/#Comment_114960
Thanks for all the help!