A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Kart::KartMove::DriftingParameters Struct Reference

#include <KartMove.hh>

Description

Houses parameters that vary between the drift type (inward bike, outward bike, kart).

Definition at line 329 of file KartMove.hh.

Public Attributes

f32 hopVelY
 
f32 stabilizationFactor
 
f32 _8
 
f32 boostRotFactor
 

Member Data Documentation

◆ _8

f32 Kart::KartMove::DriftingParameters::_8

Definition at line 332 of file KartMove.hh.

◆ boostRotFactor

f32 Kart::KartMove::DriftingParameters::boostRotFactor

Definition at line 333 of file KartMove.hh.

◆ hopVelY

f32 Kart::KartMove::DriftingParameters::hopVelY

Definition at line 330 of file KartMove.hh.

◆ stabilizationFactor

f32 Kart::KartMove::DriftingParameters::stabilizationFactor

Definition at line 331 of file KartMove.hh.