Page MenuHomeFeedback Tracker

Switched "boundary" in Truck_02 config.
New, WishlistPublic

Description

Boundary is switch in L2 and L3

File:soft_f_beta\Truck_02\Config.cpp:
Line: 1235

"
...
class L2: L1

{
 boneName = "wheel_1_2_damper";
 steering = 0;
 center = "wheel_1_2_axis";
 boundary = "wheel_1_3_bound"; <--- !! Here
 suspForceAppPointOffset = "wheel_1_2_axis";
 tireForceAppPointOffset = "wheel_1_2_axis";
 sprungMass = 1500;
 springStrength = 34000;
 springDamperRate = 9000;
};
class L3: L2
{
 boneName = "wheel_1_3_damper";
 steering = 0;
 center = "wheel_1_3_axis";
 boundary = "wheel_1_2_bound"; <--- !! Here
 suspForceAppPointOffset = "wheel_1_3_axis";
 tireForceAppPointOffset = "wheel_1_3_axis";
 maxHandBrakeTorque = 300000;
};

...
"

Details

Legacy ID
459689553
Severity
None
Resolution
Open
Reproducibility
Always
Category
Config

Event Timeline

Dscha set Category to Config.Sep 8 2015, 3:53 AM
Dscha set Reproducibility to Always.
Dscha set Severity to None.
Dscha set Resolution to Open.
Dscha set Legacy ID to 459689553.May 8 2016, 12:40 PM