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

is there a way to change the line to be a smooth curve? #65

Open
arif-hanif opened this issue Feb 16, 2019 · 2 comments
Open

is there a way to change the line to be a smooth curve? #65

arif-hanif opened this issue Feb 16, 2019 · 2 comments

Comments

@arif-hanif
Copy link

can the line curve be modified?

@BigFatDog
Copy link
Owner

No, it cannot be modified.

I guess you were mentioning d3 line interpolation:

curveLinear,
curveMonotoneX
...

@jvmanke
Copy link

jvmanke commented Sep 2, 2019

@arif-hanif You could use the smoothness function, it comes from the original API:

pc.smoothness(0.3)

EDIT: It has kind of a weird behaviour though

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

No branches or pull requests

3 participants