-
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
Add API for particle emitter scatter ratio #275
Conversation
8a2bb79
to
94feab7
Compare
5cb1ad6
to
8e02969
Compare
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.
@iche033 this is ready for review. I just have one question, which I tried to explain below.
It also looks like a particle scatter-related test is now failing on Ubuntu CI 😬 I'm not sure why though, because I did some debugging and believe that the scatter ratio is being set correctly in shaders. Can you tell me if you notice anything here that may be related to these failures?
Edit: Failures should be gone now after 5dc273f. Let me know if I am missing any other tests that need to be updated.
Codecov Report
@@ Coverage Diff @@
## main #275 +/- ##
=======================================
Coverage 57.54% 57.54%
=======================================
Files 159 159
Lines 15595 15588 -7
=======================================
- Hits 8974 8970 -4
+ Misses 6621 6618 -3
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.
nice, looks good to me. just one minor comment.
thanks for adding the new API!
We'll need to update the related code in |
Signed-off-by: Ashton Larkin <[email protected]>
07efcee
to
23be0b8
Compare
Signed-off-by: Ashton Larkin [email protected]
🦟 Bug fix
Addresses a missing API that was mentioned here. This breaks ABI, so this is targeting Edifice before release.
Summary
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge