Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export splines #8

Open
lvl99 opened this issue Feb 9, 2018 · 0 comments
Open

Export splines #8

lvl99 opened this issue Feb 9, 2018 · 0 comments

Comments

@lvl99
Copy link

lvl99 commented Feb 9, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants