Disable collision between

alejandro

01-07-2007 01:16:32

how , can i disable the collision between the CC( character controler) and the cloth , with out using

parametros.flags |= NX_CLF_DISABLE_COLLISION;

, just , disable with the CC, and not with the others bodies .

jchmack

01-07-2007 05:21:39

how , can i disable the collision between the CC( character controler) and the cloth , with out using

parametros.flags |= NX_CLF_DISABLE_COLLISION;

, just , disable with the CC, and not with the others bodies .


I dont believe that nxogre has support for groups for controlables (or even groups right now :cry:) . I believe that when betajaen does groups he will try to have this up. But as in just plain physx form... Add your actor to one group the cloth to the other and say no collisions between group a and b.

betajaen

01-07-2007 11:03:26

That is true.

However I've implemented ActorGroups and now working on ShapeGroups.