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