The only reason I say this, mine were rotating at crazy speeds, looking at the code, around line 351 it had:
Code: Select all
wheel.m_deltaRotation = (proj2 * step) / wheel.m_wheelsRadius;
Code: Select all
wheel.m_deltaRotation = (proj2 * step) / (PI * wheel.m_wheelsRadius * 2);