FlockModifier icon indicating copy to clipboard operation
FlockModifier copied to clipboard

A Cinema 4D plugin that implements a flocking/swarming simulation for the C4D standard particle system using a distributed behavioral model.

Results 1 FlockModifier issues
Sort by recently updated
recently updated
newest added

The implementation of the "Minimum Neighbor Distance" rule is crap. It does not aggregate the results from the particle-particle checks. Instead, it only keeps the result from the last check.

bug