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 !
Way to disable the collision between two particular objects?
-
- Posts: 5
- Joined: Fri Nov 27, 2015 2:30 pm
-
- Posts: 73
- Joined: Fri May 01, 2015 8:23 pm
Re: Way to disable the collision between two particular obje
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?
-
- Posts: 5
- Joined: Fri Nov 27, 2015 2:30 pm
Re: Way to disable the collision between two particular obje
Sorry, I'm not working on dynamics, I just use the collision detection part.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?
But you can watch the b3GpuRigidBodyPipeline part in the Bullet3OpenCL fold, I think it's a nice demo.