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

Mesh argument ranges #54

Open
simon-smart88 opened this issue Aug 29, 2024 · 0 comments
Open

Mesh argument ranges #54

simon-smart88 opened this issue Aug 29, 2024 · 0 comments

Comments

@simon-smart88
Copy link
Owner

@timcdlucas

I realised I didn't have all the mesh parameters included, so have added concave, convex and resolution here: 77e8152

I don't know what sensible ranges for them are though so would be good to discuss at some point. This is what I've used so far:

    sliderInput(ns("convex"), "Convex", min = -0.05, max = 0.05, value = -0.01, step = 0.01),
    sliderInput(ns("concave"), "Concave", min = -1, max = 1, value = -0.5, step = 0.1),
    sliderInput(ns("resolution"), "Resolution", min = 10, max = 1000, value = 300, step = 10),

I also wondered whether we should have the option to make multiple meshes and pick one to use?

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

1 participant