You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no proper mechanism to deal with constraints that cannot be batched. We need a better batching, and explicitly report the maximum number of generated batches.
Currently the parallel batching kernel is disabled, so only a single thread in a warp deals with batching.
The text was updated successfully, but these errors were encountered:
…mpty lines
remove duplicate data in b3Contact4 (now in btContact4Data shared between CPU/C++ and OpenCL)
OpenCL kernels use #include "Bullet3Collision/NarrowPhaseCollision/shared/b3Contact4Data.h"
Increase number of batches back to 250 (from 50), need to fix this hard coded number (see https://github.com/erwincoumans/bullet3/issues/12)
Work towards GJK/EPA, in addition to SAT/clipping (early on)
There is no proper mechanism to deal with constraints that cannot be batched. We need a better batching, and explicitly report the maximum number of generated batches.
Currently the parallel batching kernel is disabled, so only a single thread in a warp deals with batching.
The text was updated successfully, but these errors were encountered: