jit.phys.multiple - Get Collision Data
Hey, is there a way to get collision data from the jit.phys.multiple?
I had no problems to get the duration data and trigger collisions from the jit.phys.body but can't find this on the jit.phys.multiple.
Additionally: How can I receive the with which a phys.body moves? Is there a direct way to get it? Otherwise how can I get the position data so I can figure out the velocity by this?
jit.phys.multiple doesn't currently output collision information, however this can be queried from the phys.world.
Max Patch
Copy patch and select New From Clipboard in Max.
jit.phys.body has both position and velocity attributes that can be queried with the getposition and getvelocity messages.
Thanks for your help Rob, your replies are really helpful to give me some basic ground in the jit.phys world!