.tyreEdgeIndex EQUB 0 \ Line 0 EQUB 0 \ Line 1 EQUB 0 \ Line 2 EQUB 0 \ Line 3 EQUB 6 \ Line 4 EQUB 6 \ Line 5 EQUB 6 \ Line 6 EQUB 6 \ Line 7 EQUB 6 \ Line 8 EQUB 6 \ Line 9 EQUB 6 \ Line 10 EQUB 3 \ Line 11 EQUB 3 \ Line 12 EQUB 3 \ Line 13 EQUB 3 \ Line 14 EQUB 3 \ Line 15 EQUB 1 \ Line 16 EQUB 1 \ Line 17 EQUB 1 \ Line 18 EQUB 0 \ Line 19 EQUB 0 \ Line 20 EQUB 0 \ Line 21 EQUB 5 \ Line 22 EQUB 4 \ Line 23 EQUB 3 \ Line 24 EQUB 2 \ Line 25 EQUB 1 \ Line 26 EQUB 0 \ Line 27Name: tyreEdgeIndex [Show more] Type: Variable Category: Dashboard Summary: Index of the mask and pixel bytes for the tyre edges on a specific track line Deep dive: Drawing around the dashboardContext: See this variable in context in the source code References: This variable is used as follows: * DrawTrackView (Part 3 of 4) uses tyreEdgeIndex
This table points to the index of the mask or pixel byte to use from the leftTyreMask/rightTyreMask and leftTyrePixels/rightTyrePixels tables for a specific track line. This is used when clipping track lines to the tyre edges. There is a byte for each track line from 27 (the track line at the top of the tyres) down to 3 (the lowest track line, just above where the wing mirror joins the car body). Lines 0 to 2 are not used.