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

Support adding and removing point(s) from a spline #13

Open
ecurtiss opened this issue Jun 3, 2024 · 0 comments
Open

Support adding and removing point(s) from a spline #13

ecurtiss opened this issue Jun 3, 2024 · 0 comments
Labels
feature A new feature

Comments

@ecurtiss
Copy link
Owner

ecurtiss commented Jun 3, 2024

This would be a substantial performance improvement over the current behavior, which is to reconstruct the entire spline when its control points change. Care would need to be taken if the user had already called PrecomputeUnitSpeedData() or PrecomputeRMFs().

One use case for this is adding and removing points in a curve editor plugin such as https://devforum.roblox.com/t/2983354.

@ecurtiss ecurtiss changed the title Add the ability to add and remove point(s) from a spline Support adding and removing point(s) from a spline Jun 7, 2024
@ecurtiss ecurtiss added the feature A new feature label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant