| 546 | } |
| 547 | |
| 548 | bool TSShapeInstance::ObjectInstance::buildConvexOpcode( const MatrixF &mat, S32 objectDetail, const Box3F &bounds, Convex *c, Convex *list ) |
| 549 | { |
| 550 | TORQUE_UNUSED( mat ); |
| 551 | TORQUE_UNUSED( objectDetail ); |
| 552 | TORQUE_UNUSED( bounds ); |
| 553 | TORQUE_UNUSED( c ); |
| 554 | TORQUE_UNUSED( list ); |
| 555 | |
| 556 | return false; |
| 557 | } |
| 558 | |
| 559 | bool TSShapeInstance::MeshObjectInstance::castRayOpcode( S32 objectDetail, const Point3F & start, const Point3F & end, RayInfo *info, TSMaterialList* materials ) |
| 560 | { |
no test coverage detected