Can we create a RigidBody without a CollisionObject ?

Post Reply
kingchurch
Posts: 28
Joined: Sun May 13, 2012 7:14 am

Can we create a RigidBody without a CollisionObject ?

Post by kingchurch »

Is that possible to create a RigidBody with a mass and inertia but without a collision object attached to it ? This is so we can disable collision on selected rigid bodies without the overhead of conducting broad/narrow phase of collision objects ? I know that we can achieve this effect with collision filters but there is possibly overhead doing that.

An extension to the above question is if we can create btMultiBody and btMultiBodyLinks without collider objects on them ?
User avatar
KKlouzal
Posts: 65
Joined: Thu Mar 06, 2014 5:56 am
Location: USA - Arizona

Re: Can we create a RigidBody without a CollisionObject ?

Post by KKlouzal »

Try passing 'NULL' or 'nullptr' and see what happens?
Post Reply