Thread Previous • Date Previous • Date Next • Thread Next |
Hi there, How would you do to skip non dynamic bodies in a loop over interactions? I tried FOREACH(const shared_ptr<Interaction>& I, *scene->interactions){ if( !(Body::byId(I->getId1())->isDynamic) || !(Body::byId(I->getId1())->isDynamic) ) continue; } but, obviously, I missed something... Cheers Luc
Thread Previous • Date Previous • Date Next • Thread Next |