|
Mario Kart 64
|
#include <Track.h>
Data Fields | |
| uint64_t | crc |
| u8 | surfaceType |
| u8 | sectionId |
| u16 | flags |
A container of models that make up each section of the track The game displays each model depending on the location of the player and the direction they are facing This work is done in render_track_sections()
| uint64_t TrackSections::crc |
| u16 TrackSections::flags |
| u8 TrackSections::sectionId |
| u8 TrackSections::surfaceType |