spe02001
11-01-2010 05:14:01
How to disable the Collision between 2 specific actor??
spacegaier
11-01-2010 08:52:47
I am not too sure right now, but I remeber something like ActorGroups. You can assign a NxOgre::Actor to a specific actor group setGroup(GroupIdentifier actorGroup);
and disable collisions between these two groups.
spe02001
12-01-2010 01:25:59
Is it something like disable the Collision between all actor in the same group??
spacegaier
12-01-2010 08:18:47
Is it something like disable the Collision between all actor in the same group??
Not sure. Either that, or you can decide that all the actors of group one should not collide with the actors in group two (can't test it here at work). Have a look at the PhysX documentation, to check that.