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

add torus rendering #1354

Open
wants to merge 1 commit into
base: protocol_changes
Choose a base branch
from

Conversation

HifiExperiments
Copy link
Member

adds the rendering per #1341, but not the physics, which is a bit more complicated because I think the hull has to be convex (but maybe we can approximate it with multiple, smaller cylinders?)

create is blocked a little by #188, but you can make one from the console/script

curious what people think about the UVs and the scaling behavior. all shapes are meant to fit in their dimensions, so unless the height == 2 * innerRadius, it's scaled a bit weird.

@HifiExperiments HifiExperiments added documentation Improvements or additions to documentation enhancement New feature or request needs CR This pull request needs to be code reviewed needs QA This pull request needs to be tested server If used for a Pull Request, server packages are going to be built. protocol change labels Mar 11, 2025
Copy link
Member

@ksuprynowicz ksuprynowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good :)

@ksuprynowicz ksuprynowicz added CR approved This pull request has been successfully code reviewed and removed needs CR This pull request needs to be code reviewed labels Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CR approved This pull request has been successfully code reviewed documentation Improvements or additions to documentation enhancement New feature or request needs QA This pull request needs to be tested protocol change server If used for a Pull Request, server packages are going to be built.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants