| 1040 | //----------------------------------------------------- |
| 1041 | |
| 1042 | void TSMesh::computeBounds() |
| 1043 | { |
| 1044 | MatrixF mat(true); |
| 1045 | computeBounds( mat, mBounds, -1, &mCenter, &mRadius ); |
| 1046 | } |
| 1047 | |
| 1048 | void TSMesh::computeBounds( const MatrixF &transform, Box3F &bounds, S32 frame, Point3F *center, F32 *radius ) |
| 1049 | { |
no test coverage detected