Z zmitya Registered May 11, 2018 #1 Hi Gents, Maybe I missed something, but I can't see the current speed of the car in the InternalsPlugin.hpp. How can I get it ? Thanks, Mitya
Hi Gents, Maybe I missed something, but I can't see the current speed of the car in the InternalsPlugin.hpp. How can I get it ? Thanks, Mitya
Z zmitya Registered May 11, 2018 #2 This seems to be working: double curspeed = -1 * info.mLocalVel.z * 3.6;
Lazza Registered May 15, 2018 #3 The example plugin calculates speed already. So just copy what it does. .z is close, but it's only your forward motion.
The example plugin calculates speed already. So just copy what it does. .z is close, but it's only your forward motion.