Files
test2/source
Hans Goudey 6e9f54cbda Curves: Avoid calculations in curve to mesh single point case
When the profile is the default (or manually set to a single point at
the origin), avoid computing tangents and normals, and avoid evaluating
the radius attribute. That data is only used to build the transforms of
the new points. In a simple test case, this changed the total time from
34.4 to 14.7 ms (removing the cost 4.7, 8.4, and 2.1 ms) cost of
calculating tangents, normals, and radii.
2023-06-26 13:52:52 -04:00
..