| 170 | } |
| 171 | |
| 172 | void xQuickCullForOBB(xQCControl* ctrl, xQCData* q, const xBox* b, const xMat4x3* m) |
| 173 | { |
| 174 | xBox worldbox; |
| 175 | xBoxInitBoundOBB(&worldbox, b, m); |
| 176 | xQuickCullForBox(ctrl, q, &worldbox); |
| 177 | } |
| 178 | |
| 179 | void xQuickCullForEverything(xQCData* q) |
| 180 | { |
no test coverage detected