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

some question about parameter #11

Open
Entongsu opened this issue Feb 28, 2021 · 2 comments
Open

some question about parameter #11

Entongsu opened this issue Feb 28, 2021 · 2 comments

Comments

@Entongsu
Copy link

Entongsu commented Feb 28, 2021

Hi, it is a great project. I have some confusement over some paramter, such as "skinning,dist"..... and so on. I am not sure how to set the value of these. And I refer to "C_distancemax" function. I am not sure get "max_distance". And the "C_bilap" function is used for? And I am not sure what is the meaning of "A" and "ids" in this function.
Could you give me some hints over this. Looking forward to your reply.
Thank you!

@Entongsu Entongsu reopened this Feb 28, 2021
@drebain
Copy link
Collaborator

drebain commented Mar 2, 2021

C_distancemax and C_bilap are maximum distance and bilaplacian constraints.

In the first, maximum_distance is the distance which two spheres are constrained not to exceed.

The second, C_bilap is intended to applied individually to each of a chain of connected spheres, the id's of which are passed in through A. The parameter i identifies which of the spheres the current constraint applies to. You can find an example of it being used here.

@Entongsu
Copy link
Author

Entongsu commented Mar 7, 2021

Thank you for your detailed explanation. I have some confusement. In the coding, in the function "C_shape2_solve", I am not sure what is the meaning of "qas" and "qbs". Could you give me some hints over this ?
Looking forward to your reply. Thank you!

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

2 participants