I'm having a little trouble understanding what the Collision Absorption animation is doing. Are the 2 white blocks collisi...

posted to: Force Field Basics
I'm having a little trouble understanding what the Collision Absorption animation is doing. Are the 2 white blocks collision objects? And do particles slow down after hitting it? I'm trying to get that working on my own test file, but the particles don't seem to change when I add Absorption: 1.0 on the collision object. I've checked that Absorption is on in the force's physics settings, and tried updating the cache animation by changing the Emission Number.
  • Jonathan Lampel replied
    Ah, sorry if that was unclear. The white blocks are collision objects, and with Collision Absorption turned on they absorb the influence of the force field. The check box does not affect the particles - only the influence of the field on the particles. So when you place the collision object between the particles and the field, the particles will no longer be affected by the field.
  • Nicholas Yang(nyanginator) replied
    Oh nice! That clears it up. I can see it working now. I tried to copy the animation but had the emitter and force on the same object, so there was no way the collision object was between the particles and the field. I incorrectly thought the particles would change behaviour after hitting the collision object. Creating a separate force field on the other side of the collision object did the trick. Thanks!