-
Object collide with floor
Hi, I’m trying to figure it out an expression to make an object collide with a floor using sampleImage() perhaps, similar to this: https://www.motionscript.com/design-guide/collision.html except I want the object when touching the floor, it stops, something like clamp.
I don’t need it to simulate physics or something when rendering, I just need the object when touching the uneven floor, it stops.
Thanks.