| 349 | } |
| 350 | |
| 351 | NpScene* NpAggregate::getOwnerScene() const |
| 352 | { |
| 353 | return mAggregate.getScbScene() ? static_cast<NpScene*>(mAggregate.getScbScene()->getPxScene()) : NULL; |
| 354 | } |
| 355 | |
| 356 | bool NpAggregate::getSelfCollision() const |
| 357 | { |
nothing calls this directly
no test coverage detected