-
Notifications
You must be signed in to change notification settings - Fork 100
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 skybox URI #1037
Add skybox URI #1037
Conversation
Signed-off-by: Mabel Zhang <[email protected]>
Signed-off-by: Mabel Zhang <[email protected]>
Signed-off-by: Mabel Zhang <[email protected]>
Signed-off-by: Mabel Zhang <[email protected]>
Signed-off-by: Mabel Zhang <[email protected]>
A few high-level notes:
|
Signed-off-by: Mabel Zhang <[email protected]>
68f1041 does the above, I think. However, the tests still fail locally for me. I thought a previous fix made them pass locally, but maybe I compiled something else. I'm very puzzled why it doesn't like the |
Codecov Report
@@ Coverage Diff @@
## sdf12 #1037 +/- ##
===========================================
+ Coverage 65.38% 86.27% +20.88%
===========================================
Files 2 109 +107
Lines 26 16039 +16013
===========================================
+ Hits 17 13837 +13820
- Misses 9 2202 +2193
Continue to review full report at Codecov.
|
I looks like the tests pass on CI. I'll try locally to double check. |
Signed-off-by: Mabel Zhang <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Good to merge? Or do we need a review from the Steve/Addisu? |
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.
For completeness, there are no accompanying gz-sim
/ gz-rendering
PRs for this one, right?
Signed-off-by: Mabel Zhang <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Right. I believe we only needed a new tag, and gzweb is doing the rest. |
Signed-off-by: Mabel Zhang <[email protected]>
ABI check is failing on some random stuff... |
Signed-off-by: Mabel Zhang <[email protected]>
CI passing after removing |
Signed-off-by: Mabel Zhang <[email protected]>
Ouch, it looks like this was merged with a commit instead of a squash-merge. That messes up the branch comparison and changelog generation. No need to go back and fix it, just something to keep in mind for next time. |
Ah shoot! Sorry. Haven't done core development for a long time... |
🎉 New feature
Summary
Add
<uri>
tag to<sky>
tag to allow specifying skybox texture via SDF.Test it
CI passes on tests.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.=