16 float roadFilterTolerance;
17 float curveAngleThresholdInDegrees;
18 int bezierSegmentCount;
21 int coarsestKeyLevelToGenerateCurvedGeometry;
23 inline float CurveAngleThresholdDot()
const
25 return Math::Cos(curveAngleThresholdInDegrees);
30 , roadFilterTolerance(0.f)
31 , curveAngleThresholdInDegrees(0.f)
32 , bezierSegmentCount(5)
33 , coarsestKeyLevelToGenerateCurvedGeometry(11)
39 config.enabledCurves =
true;
40 config.roadFilterTolerance = 2.f;
41 config.curveAngleThresholdInDegrees = 45.f;
42 config.bezierSegmentCount = 5;
43 config.coarsestKeyLevelToGenerateCurvedGeometry = 11;