03-08-2021, 01:21 PM
Not a big deal, but there is a syntax error on this page
http://obi.virtualmethodstudio.com/manua...sions.html
Under the heading "Retrieving the particle involved in a contact"
int particleIndex = solver.simplices[simplexStart + i]];
You close the square brackets twice.
Sorry if there was a better place for this.
http://obi.virtualmethodstudio.com/manua...sions.html
Under the heading "Retrieving the particle involved in a contact"
int particleIndex = solver.simplices[simplexStart + i]];
You close the square brackets twice.
Sorry if there was a better place for this.