| 3597 | |
| 3598 | |
| 3599 | void ShapeBaseConvex::getPolyList(AbstractPolyList* list) |
| 3600 | { |
| 3601 | list->setTransform(&pShapeBase->getTransform(), pShapeBase->getScale()); |
| 3602 | list->setObject(pShapeBase); |
| 3603 | |
| 3604 | pShapeBase->mShapeInstance->animate(pShapeBase->mDataBlock->collisionDetails[hullId]); |
| 3605 | pShapeBase->mShapeInstance->buildPolyList(list,pShapeBase->mDataBlock->collisionDetails[hullId]); |
| 3606 | } |
| 3607 | |
| 3608 | |
| 3609 | //-------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected