Way to disable the collision between two particular objects?

mirsking
Posts: 5
Joined: Fri Nov 27, 2015 2:30 pm

Way to disable the collision between two particular objects?

Post by mirsking »

Hi, all.
I'm now using bullet3 with the OpenCL support, it's so cool!
However, I'd like to know whether I can disable the collision between two objects, while the collision between them and other objects should still be considered?
Thank you !
johnsonalpha
Posts: 73
Joined: Fri May 01, 2015 8:23 pm

Re: Way to disable the collision between two particular obje

Post by johnsonalpha »

Ive been trying to figure out how to setup the bullet3 opencl stuff can i see your code on how you made a opencl dynamics world and stuff please?
mirsking
Posts: 5
Joined: Fri Nov 27, 2015 2:30 pm

Re: Way to disable the collision between two particular obje

Post by mirsking »

johnsonalpha wrote:Ive been trying to figure out how to setup the bullet3 opencl stuff can i see your code on how you made a opencl dynamics world and stuff please?
Sorry, I'm not working on dynamics, I just use the collision detection part.
But you can watch the b3GpuRigidBodyPipeline part in the Bullet3OpenCL fold, I think it's a nice demo.