-
Notifications
You must be signed in to change notification settings - Fork 51
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
Extending simple_demo to include render order #190
Extending simple_demo to include render order #190
Conversation
Signed-off-by: ahcorde <[email protected]>
* fix alpha Signed-off-by: Ian Chen <[email protected]> * Fix codecheck Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ahcorde/feature/renderOrder #190 +/- ##
==============================================================
Coverage ? 52.58%
==============================================================
Files ? 143
Lines ? 13337
Branches ? 0
==============================================================
Hits ? 7013
Misses ? 6324
Partials ? 0 Continue to review full report at Codecov.
|
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
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.
I pushed a few typo fixes in 70e745e.
I also merged #188 into this PR and retargeted this PR, because the example added here needs that to work.
This works for me. I'll just point out that whenever we add something to simple_demo
, the screenshots (and possibly explanations) we have for older tutorials become outdated.
I'll merge this into #188 so they can be merged together afterwards. |
Signed-off-by: Louise Poubel <[email protected]>
Tutorial to explain the render order.
Depends on this PR #188
Signed-off-by: ahcorde [email protected]