jit.phys.ghost + jit.phys.picker?
Is there a way to use jit.phys.picker to only control a specific jit.phys.ghost object? Jit.phys.ghost doesn't seem to allow assigning a filterclass, so I'm stuck as to an elegant way to have a jit.phys.ghost object that follows the mouse, and is only 'active' when the mouse is down.
phys.picker currently only works with rigid-bodies (phys.body or phys.multiple).
Max Patch
Copy patch and select New From Clipboard in Max.
to control phys.ghost with the mouse, you can do something like the following:
Ooh, very handy, thanks!