MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getPolyList

Method getPolyList

Engine/source/T3D/shapeBase.cpp:3440–3447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3438
3439
3440void 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//--------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 6

setTransformMethod · 0.45
getTransformMethod · 0.45
getScaleMethod · 0.45
setObjectMethod · 0.45
animateMethod · 0.45
buildPolyListMethod · 0.45

Tested by

no test coverage detected