2d Physics Constrain
Anyone have any good ideas on how to constrain a jit.phys.body to only two dimensions? For instance, totally ignore the Z axis in terms of position - I'd rather not just have to set Z pos to 0 every frame manually, but that's honestly the only way I've managed to think of.
try remove_plane $1 parameter to jit.phys.world :)
I love you.
After all those years...
But what if I only want to remove a plane from one specific jet.phys.body?
you can do this with jit.phys.6dof constraint. set the lower and upper limit_lin attributes of the free axes to -1 and 1, and then for the locked axis set both to 0. do the reverse for the angular limits.
Max Patch
Copy patch and select New From Clipboard in Max.