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

Method setTransform

Engine/source/T3D/convexShape.cpp:509–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void ConvexShape::setTransform( const MatrixF &mat )
510{
511 Parent::setTransform( mat );
512
513 if ( mPhysicsRep )
514 mPhysicsRep->setTransform( mat );
515
516 setMaskBits( TransformMask );
517}
518
519U32 ConvexShape::packUpdate( NetConnection *conn, U32 mask, BitStream *stream )
520{

Callers 4

buildPolyListMethod · 0.45
buildExportPolyListMethod · 0.45
_exportMethod · 0.45
_updateCollisionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected