-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
I wanted to limit the deceleration to physically reasonable values?
Is this the way to do it? Did not seem to limit the deceleration as desired.
I put it in road.js after the vehicle is created.
Thx
if (vehNew.type=="car")
{
vehNew.longModel.bmax = 5/3.6;
}
else
{
vehNew.longModel.bmax = 0.5/3.6;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels