[solved] collision only with selected objects

razi

13-12-2008 18:15:35

is there a way to setup that some physical objects wont collide?
eg i have golf club that can have collision with golf ball, but i dont want club to collide with other objects, like floor, trees...


/edit
found pair->setDefaultCollidable(0); nvm