Hey all, I have some code that I've been trying to make. It draws a circle on a quad and then tries to rotate it- I took some solutions from online but for some reason this stupid thing isn't rotating! Nothing changes... anyway here's my code. Can anyone take a quick gander and help out? You experts can probably spot the problem just by looking at the code...
All I'm doing is calling this class's draw + update in an arraylist. The original PNG is a circle but for some reason it's being warped here as you can see. Anyone know how I can fix this? This is my first 3d project. Thanks!
Hey all, I'm trying to track things via webcam in processing, but the problem is I don't want light in the background to be tracked, only a certain object. So I bought infrared LEDs and I was wondering if there was a suggestion for a cheap webcam out there that I could convert/hack to take in infrared, then filter that data out so I can only see infrared sources.
Can anyone find anything on amazon and a short tutorial on how to seperate infrared data from regular source data?
I want to make a basic sketch that just graphs a waveform of the currently playing MP3 in the computer's line out. How do I do this?
I already know how to play a file and use waveform.pde to show the waveform. However, doing this would save me the torment of listening to the same music file over and over.