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

NURBSCurve: Add toJSON() and fromJSON(). #29514

Merged
merged 5 commits into from
Sep 30, 2024

Conversation

canxerian
Copy link
Contributor

@canxerian canxerian commented Sep 27, 2024

Fixed #29478

Description

Implement NURBSCurve.toJSON and NURBSCurve.fromJSON methods

Note: test/unit/src/extras/curves/NURBSCurve.tests.js added but can be removed (as the corresponding NURBSCurve.js resides in the examples folder).

@Mugen87 Mugen87 added this to the r170 milestone Sep 29, 2024
@Mugen87 Mugen87 changed the title Nurbs curve to from json NURBSCurve: Add toJSON() and fromJSON(). Sep 29, 2024
@Mugen87 Mugen87 merged commit 668c88e into mrdoob:dev Sep 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NURBSCurve.toJSON doesn't serialize points data
2 participants