-
Notifications
You must be signed in to change notification settings - Fork 35
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
Added cylinder shape type #321
Conversation
Vertices are accumulated and added at once rather than one shape at a time
Wanted to make a path integral visualization and got a bit dragged away. Overall these are just a few improvements to the shapes functionality:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add the new options to the input reference?
OK all done. @Luthaf - since Rose has things to take care of these days, if you're happy I'd merge and move on. |
Co-authored-by: Rose K. Cersonsky <[email protected]>
Very simple, self-contained PR to include a cylinder shape - started off to switch to cylinder when headLength was zero, but it seems cleaner to have a separate object even if it was a bit more coding.