Currently, Scholz2015GeometryPath creates decorations using all path points generated from integrating geodesics over wrapping surfaces, which may lead to performance issues for renders and frontend applications (see discussion at ComputationalBiomechanicsLab/opensim-creator#1166).
The solution to this is to leverage CableSpan::calcCurveSegmentResampledPoints() to downsample the points along the surface (see this example)
Currently,
Scholz2015GeometryPathcreates decorations using all path points generated from integrating geodesics over wrapping surfaces, which may lead to performance issues for renders and frontend applications (see discussion at ComputationalBiomechanicsLab/opensim-creator#1166).The solution to this is to leverage CableSpan::calcCurveSegmentResampledPoints() to downsample the points along the surface (see this example)