Since SOLID 2.x is now a part of blender source distro, are there any resions to use ODE?... or anytjhing other then SOLID.
Does ODE have any advantages?
SOLID Physics?
Moderators: jesterKing, stiv
There's two codepaths at the moment and a possibility for one more.
Sumo physics + Solid collisions
ODE physics + OPCODE collisions
possible: ODE physics + solid collisions
I think solid is the best for collisions but there is much more possibility for physics with ODE. ODE is being used in a few commercial games, so it's not too slow. It's just hard to make that sort of thing work in the blender game code. Kester may be up to it, he's on a roll! But I think there are other issues that are more important, such as realtime loading of meshes and better bone support etc.
Just remember people: solid merely detects where collisions occur, Sumo or ODE determine what happens to the objects AFTER a collisions
Sumo physics + Solid collisions
ODE physics + OPCODE collisions
possible: ODE physics + solid collisions
I think solid is the best for collisions but there is much more possibility for physics with ODE. ODE is being used in a few commercial games, so it's not too slow. It's just hard to make that sort of thing work in the blender game code. Kester may be up to it, he's on a roll! But I think there are other issues that are more important, such as realtime loading of meshes and better bone support etc.
Just remember people: solid merely detects where collisions occur, Sumo or ODE determine what happens to the objects AFTER a collisions