[SOLVED] How to disable actor's collision in Bloody Mess?

cafeole

26-04-2010 08:46:45

Hi, I want to disable actor's collision after create it. I have read the next post, but I haven't found solution for Bloody Mess version.

http://www.ogre3d.org/addonforums/viewtopic.php?f=6&t=10973&p=63249&hilit=gravity+body+disable

In Bloody Mess, actors don't have methods like setBodyFlags(...) or clearBodyFlag(...).

Anyone can help me?? Thanks :)

cafeole

29-04-2010 12:18:30

I have solved the problem using PhysX directly like in this post:

http://www.ogre3d.org/addonforums/viewtopic.php?f=6&t=10518&p=60844&hilit=setGroupCollisionFlag#p60844

thanks! :)