Hello,
I was wondering about some lines in this file:
https://code.google.com/p/bullet/source ... lverData.hLines 133 - 143.
It is interesting that Bullet puts every single variable into a seperate array even if the original SoftBody link structure contains all that variables in 1 class/struct.
Can anyone explain that to me? I couldn't find a comment regarding that in the source code.
My guess so far is that is has to do with the "batching" and the memory distance to neighbours would get too big if Bullet would use 1 array with a big struct for every link.
Any confirmations/denial?
Greetings and keep up the good work!
Daniel