favreau / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

OpenCL soft body solver asserts due to uninitialised field #508

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While testing the OpenCL soft body solver I found that btOpenCLSoftBodySolver 
does not initialise its vSolveLinksKernel field with a valid kernel.  This will 
cause btOpenCLSoftBodySolver::solveLinksForVelocity to always assert.  The 
attached patch fixes this issue by correctly initialising 
btOpenCLSoftBodySolver::vSolveLinksKernel.

Original issue reported on code.google.com by pe...@pcc.me.uk on 20 Apr 2011 at 8:59

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2394.

Original comment by erwin.coumans on 23 Apr 2011 at 4:01