| 141 | } |
| 142 | |
| 143 | void Tr2MeshBase::ReverseIndexBuffers() |
| 144 | { |
| 145 | if( auto geometry = GetGeometryResource() ) |
| 146 | { |
| 147 | geometry->RequestReversedIndexBuffers(); |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | unsigned int Tr2MeshBase::FindJoint( const std::string* boneList, const int numBones, const char* name ) const |
| 152 | { |
nothing calls this directly
no test coverage detected