SpaghettiKart
Loading...
Searching...
No Matches
TrackSections Struct Reference

#include <Track.h>

Collaboration diagram for TrackSections:
[legend]

Data Fields

uint64_t crc
 
u8 surfaceType
 
u8 sectionId
 
u16 clip
 
u16 layer
 
Vec3f location
 

Detailed Description

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()

Field Documentation

◆ clip

u16 TrackSections::clip

◆ crc

uint64_t TrackSections::crc

◆ layer

u16 TrackSections::layer

◆ location

Vec3f TrackSections::location

◆ sectionId

u8 TrackSections::sectionId

◆ surfaceType

u8 TrackSections::surfaceType

The documentation for this struct was generated from the following file: