Hello Guys,
i am trying to make a processing app which will give me 3d plot circular for the value i get from serial port.
The x,y,z values are received from serial port and in plot in 3d area in circular shape.
similar to this video:-
request help for the same
Answers
Just use a 3d renderer in your size () call and then you can use point () to draw 3d points. You might need to scale all three axes but that's fine.
I'd also recommend peasycam library which will let you rotate and zoom using the mouse.
Thanks koogs for the help, I'll try to develop the code.
this shows the usage of peasycam - you have to download the library
ellOuter holds the 3D data