| 12 | |
| 13 | # We base our data on a MeshFormat, but we add some properties |
| 14 | class MeshData(rd.MeshFormat): |
| 15 | indexOffset = 0 |
| 16 | name = '' |
| 17 | |
| 18 | # Recursively search for the drawcall with the most vertices |
| 19 | def biggestDraw(prevBiggest, d): |
no outgoing calls
no test coverage detected