SergeyMakeev / ArcadeCarPhysics

Arcade Car Physics - Vehicle Simulation for Unity3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drift physics ?

hung365dev opened this issue · comments

Hi Sergey,

Is possible to make drift physics with your car physics ?

Thanks

Should be possible. Friction model for tires computes the perfect friction force for each tire and then modulates this force by the slippery coefficient. There is handbrakes implemented in the demo you can use it by pressing 'SPACE'. Handbrakes is increases slippery coefficient for a tires to emulate a drift behaviour.