Home
last modified time | relevance | path

Searched defs:whVel (Results 1 – 4 of 4) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCarPosInfo.h28 float whVel[W], whSlide[W], whSqueal[W]; member
H A DReplay.h66 half squeal, slide, whVel; member
243 float squeal[4], slide[4], whVel[4]; member
H A DCarModel_Update.cpp365 float whVel = posInfo.whVel[w] * 3.6f; //kmh in Update() local
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dcar_sound.cpp153 float squeal[MAX_WHEELS],whVel[MAX_WHEELS], suspVel[MAX_WHEELS],suspDisp[MAX_WHEELS]; in UpdateSounds() local