treefrogman / SphericalPen

0 stars 0 forks source link

Each stroke only gets so many vertices #7

Open treefrogman opened 6 years ago

treefrogman commented 6 years ago

The longer a path is, the more chunky it becomes because there is a fixed number of segments into which the entire path is chopped.

When a new bezier-to-mesh converter is built to replace TubeGeometry, it should determine the number of segments based on what's needed to approximate the curves.

treefrogman commented 6 years ago

The new bezier-to-mesh converter will probably use frenet frames