Pointcloud applyforce

is it possible to apply a force onto a pointcloud without an emitter ?
as in attract kinect particles with a skeleton point
i dont see how to connect the pointcloud straight to applyforce

no, sorry… that doesnt work.

the reason for that is, that forces work on a RWStructuredBuffer and the original pointcloud was designed with AppendStructuredBuffers. that was clearly a mistake in design and i am working on a completely new particlesystem since the beginning of this year. hopefully i can release it in the near future but there are still some small problems and design-decisions to make. but it is on a good way!

until then you have to build your own solution for this particular problem, sorry :)

thank you for the top pack, def a lot to look into.
are you sugesting that its possible to changegroup by appliedforce ?