| 3438 | |
| 3439 | |
| 3440 | void ShapeBaseConvex::getPolyList(AbstractPolyList* list) |
| 3441 | { |
| 3442 | list->setTransform(&pShapeBase->getTransform(), pShapeBase->getScale()); |
| 3443 | list->setObject(pShapeBase); |
| 3444 | |
| 3445 | pShapeBase->mShapeInstance->animate(pShapeBase->mDataBlock->collisionDetails[hullId]); |
| 3446 | pShapeBase->mShapeInstance->buildPolyList(list,pShapeBase->mDataBlock->collisionDetails[hullId]); |
| 3447 | } |
| 3448 | |
| 3449 | |
| 3450 | //-------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected