I Have a processing code which is talking to my arduino. I need to get the xCur, yCur, and zCur values into draw so i can make visuals that are corresponding with the movement of my accelerometer, this code works and gives me results, but not sure how to return them into draw? This project is due tomorrow, and I would love some help thanks soooo much....
I cam trying to orbit a a 3D sphere around the camera, I want the camera to be fixed.
Another way I guess I could also rotate the camera around itself and have the object to stay fixed to achieve the same effect, either way would work fine.
I am new to processing, so any suggestions would be great.