SuperTuxKart
|
This class help to smooth the graphicial transformation of network controlled object. In case there is any difference between server and client predicted values, instead of showing the server one immediately, it will interpolate between them with an extrapolated value from the old predicted values stored in m_adjust_control_point estimated by current speed of object. More...
#include "utils/log.hpp"
#include "utils/vec3.hpp"
#include "LinearMath/btTransform.h"
#include <utility>
Go to the source code of this file.
Classes | |
class | SmoothNetworkBody |
This class help to smooth the graphicial transformation of network controlled object. In case there is any difference between server and client predicted values, instead of showing the server one immediately, it will interpolate between them with an extrapolated value from the old predicted values stored in m_adjust_control_point estimated by current speed of object.