Home
last modified time | relevance | path

Searched defs:ReplayFrame2 (Results 1 – 2 of 2) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DReplay.h86 struct ReplayFrame2 struct
91 float time;
94 MATHVECTOR<float,3> pos;
95 QUATERNION<float> rot;
99 uchar fl; // flags, bool 1bit
101 bool get(eFlags e) const { return ((fl >> e) & 1u) > 0; } in get()
105 char gear;
106 half rpm,vel;
107 uchar damage, clutch;
108 uchar percent; // track % val
[all …]
H A DReplay.cpp69 ReplayFrame2::ReplayFrame2() in ReplayFrame2() function in ReplayFrame2