-
Notifications
You must be signed in to change notification settings - Fork 236
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
Adds the ability to use parenting instead of joining when loading GLB. #338
Conversation
NOTE: Intentionally left out "glb_" prefix to option as this could eventually be applied to other filetypes on load, for example, USD. PiperOrigin-RevId: 700816151
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #338 +/- ##
=======================================
- Coverage 65.9% 65.7% -0.3%
=======================================
Files 43 43
Lines 3582 3596 +14
=======================================
+ Hits 2361 2363 +2
- Misses 1221 1233 +12 ☔ View full report in Codecov by Sentry. |
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.
Very nice! Thanks a lot for implementing this.
Adds the ability to use parenting instead of joining when loading GLB.
NOTE: Intentionally left out "glb_" prefix to option as this could eventually be applied to other filetypes on load, for example, USD.