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

Method getPolyList

Engine/source/T3D/shapeBase.cpp:3599–3606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3597
3598
3599void 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//--------------------------------------------------------------------------

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