| 525 | } |
| 526 | |
| 527 | bool TSShapeInstance::ObjectInstance::castRayOpcode( S32 objectDetail, const Point3F & start, const Point3F & end, RayInfo *rayInfo, TSMaterialList* materials ) |
| 528 | { |
| 529 | TORQUE_UNUSED( objectDetail ); |
| 530 | TORQUE_UNUSED( start ); |
| 531 | TORQUE_UNUSED( end ); |
| 532 | TORQUE_UNUSED( rayInfo ); |
| 533 | TORQUE_UNUSED( materials ); |
| 534 | |
| 535 | return false; |
| 536 | } |
| 537 | |
| 538 | bool TSShapeInstance::ObjectInstance::buildPolyListOpcode( S32 objectDetail, AbstractPolyList *polyList, U32 &surfaceKey, TSMaterialList *materials ) |
| 539 | { |
no test coverage detected