which means the wheels can slide and grip under the player control, rather than an instant spin as happens in ODE.
You do get a spin in ODE when the back wheels become disjointed. It is an inherit flaw in ODE to this day, it has been improved but never removed. It's a shame.
I used Vorderman's ODE In the Car Engine/Fun Racer which I teamed up with Evak for. Many many months went into tweaking ODE and preventing rear wheel slide.
So it is possible to do decent cars at high speed in ODE but the method in which to do it is much much more complicated than it needs to be- I do it by running the physics sumulation twice per update, first at 1.5 speed and then at 0.5 speed, which reduces the effect.
I did however have to calculate what was sliding and when, by myself as as Vorderman says, ODE is either on, or off, but not both.
Tokamak's vehicles can be seen in action in Vorderman's Stunt Car Racer (I think I got that right!).