-
Notifications
You must be signed in to change notification settings - Fork 95
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
Added render_order to material #446
Added render_order to material #446
Conversation
Codecov Report
@@ Coverage Diff @@
## sdf10 #446 +/- ##
==========================================
+ Coverage 87.54% 87.56% +0.01%
==========================================
Files 61 61
Lines 9357 9365 +8
==========================================
+ Hits 8192 8200 +8
Misses 1165 1165
Continue to review full report at Codecov.
|
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.
LGTM, I just have a question about documentation.
Signed-off-by: ahcorde <ahcorde@gmail.com>
8c5ab76
to
4f12a1b
Compare
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
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.
Looks good to me.
* added to 1.7 spec in gazebosim#446 Signed-off-by: ahcorde <ahcorde@gmail.com> Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* sdf 1.8: Add <double_sided> to material from #410 * sdf 1.8: Add lightmap to 1.8 spec from #429 * sdf 1.8: document Add L16 camera pixel format from #487 Signed-off-by: Ian Chen <ichen@osrfoundation.org> * sdf 1.8: Decrease far clip lower bound from #435 Signed-off-by: Nate Koenig <nate@openrobotics.org> * sdf 1.8: Added render_order to material from #446 Signed-off-by: ahcorde <ahcorde@gmail.com> * sdf 1.8: Add camera type aliases to docs. from #514 * sdf 1.8: Improve docs of collision_bitmask from #521 Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz> * sdf 1.8: support nested models in @attached_to from #316 Signed-off-by: Steve Peters <scpeters@openrobotics.org>
This PR is part of the effort to avoid z-fighting between coplanar meshes.
Related with gazebosim/gz-rendering#188
Signed-off-by: ahcorde ahcorde@gmail.com