Hi there , I am using the SimpleOpenNI library for processing, in conjunction with the Kinect hardware. I am trying to recreate this effect:
I can create vertical gaps in the point cloud by changing the number in the update portion of the array [
for (int i = 0; i < depthPoints.length; i+=5) ] .
Rather, I would like to create horizontal gaps within the point cloud, but I'm not sure how to write the code to ignore chunks of the array in this way.