Howdy,
I am working on a new project, part of which will entail the need for some physics to be implemented. I haven't done very much in the way of advanced physics before.
Does anyone have some suggested online reading or advice about how to do physics interactions between a number of `particles of matter`? I basically have a bunch of small `sticky` objects - they need to be able to form groups, but must also be able to break apart under the right conditions of weight/force etc.
I think what I need is something to do with a large number of `deformable bodies` that can act as a single body or break up into parts. It seems from what I've been reading so far that I need to do something like the `Discrete Element Method`.
Any help much appreciated.
I am working on a new project, part of which will entail the need for some physics to be implemented. I haven't done very much in the way of advanced physics before.
Does anyone have some suggested online reading or advice about how to do physics interactions between a number of `particles of matter`? I basically have a bunch of small `sticky` objects - they need to be able to form groups, but must also be able to break apart under the right conditions of weight/force etc.
I think what I need is something to do with a large number of `deformable bodies` that can act as a single body or break up into parts. It seems from what I've been reading so far that I need to do something like the `Discrete Element Method`.
Any help much appreciated.