You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mesh representation used by Hydra to describe a sphere primitive does not align its points with the origin. I'd submit a pull request for this, but I was hoping that you have some sort of script for generatig the mesh description code automatically?
Steps to Reproduce
Open a USD file with a default sphere primitive in usdview.
It's easiest to see in "points" drawing mode that the points don't align as one would expect with the axes.
Looking at the code, you can see there are nowhere near enough "0.0000" entries in the mesh (attached image shows both usdview and highlights all zero entries in the code).
Package Versions
19.11
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @marktucker -- actually while doing the work in commit 5ed25d9 this issue was also noticed. While the well intentioned engineer wanted to fix it on the spot, it was going to be too time consuming because many of our tests have baked in the assumptions about this incorrect positioning (he also pointed out that they're not spherical either :)). At any rate, this is definitely something we want to fix, but we will have to take the time to go through all our internal tests and update the bad assumptions in them before we can do that unfortunately.
Description of Issue
The mesh representation used by Hydra to describe a sphere primitive does not align its points with the origin. I'd submit a pull request for this, but I was hoping that you have some sort of script for generatig the mesh description code automatically?
Steps to Reproduce
Package Versions
19.11
The text was updated successfully, but these errors were encountered: