This week I began to apply the transition to my point cloud. I created the initial point group and passed it into the DOP network.

I then used the attribute transfer technique, however this moved very fast and also had a problem of missing points. As it picks points within a certain distance, if a point is slightly too far away it will miss it and leave it out of the simulation, so I needed to find fix.

I combined my previous development of a moving mask object, and the transition calculation. Now as the masked moved, any points that are active on the current frame and not active on the previous would be added to the transition.

