shiffman / OpenKinect-for-Processing

For use of libfreenect in processing
533 stars 218 forks source link

Point cloud examples OGL not working processing 3.0 b4 #36

Open ThomasLengeling opened 9 years ago

ThomasLengeling commented 9 years ago

With the new Processing b4 update, the point cloud examples don't work, fixing them.

shiffman commented 9 years ago

I wonder if it would be more clean to have two point cloud examples (like with v1) rather than one with different "render modes". A beginner one that just uses simple translate() and point() is useful for teaching.

ThomasLengeling commented 9 years ago

Yeah, good idea, I am on to it.