You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of exporting an extruded spline mesh (I exported one and it was 20mb...), I'd like to build it in THREE.js and export only the spline shape itself.
THREE.js supports CatmullRomCurve3, CubicBezierCurve3 and QuadraticBezierCurve3, which each have different requirements for the point information (CatmullRomCurve3 being simplest only relying on x, y, z for points). What would be great is to have a way to select what type of spline to export to.
The text was updated successfully, but these errors were encountered:
Thanks for the great tool!
Instead of exporting an extruded spline mesh (I exported one and it was 20mb...), I'd like to build it in THREE.js and export only the spline shape itself.
THREE.js supports CatmullRomCurve3, CubicBezierCurve3 and QuadraticBezierCurve3, which each have different requirements for the point information (CatmullRomCurve3 being simplest only relying on
x, y, z
for points). What would be great is to have a way to select what type of spline to export to.The text was updated successfully, but these errors were encountered: