| 536 | } |
| 537 | |
| 538 | bool TSShapeInstance::ObjectInstance::buildPolyListOpcode( S32 objectDetail, AbstractPolyList *polyList, U32 &surfaceKey, TSMaterialList *materials ) |
| 539 | { |
| 540 | TORQUE_UNUSED( objectDetail ); |
| 541 | TORQUE_UNUSED( polyList ); |
| 542 | TORQUE_UNUSED( surfaceKey ); |
| 543 | TORQUE_UNUSED( materials ); |
| 544 | |
| 545 | return false; |
| 546 | } |
| 547 | |
| 548 | bool TSShapeInstance::ObjectInstance::buildConvexOpcode( const MatrixF &mat, S32 objectDetail, const Box3F &bounds, Convex *c, Convex *list ) |
| 549 | { |
no test coverage detected