09-19-2019, 08:15 AM
What you described is already how it works. The algorithm is as follows: count *= min(1, max(0, (vol - min) / (max - min))).
Particles whose volume is below the min value will not be fractured. Volume is an approximation calculated from the bounding box of the particle.
Particles whose volume is below the min value will not be fractured. Volume is an approximation calculated from the bounding box of the particle.