-
Notifications
You must be signed in to change notification settings - Fork 182
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
[WIP] Animating primitives of the same actor #660
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 52d4210.
Alpha blending does not work correctly
still needs some work
Rather 2 examples than tutorials
Hello @m-agour! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2022-08-19 15:56:28 UTC |
Codecov Report
@@ Coverage Diff @@
## master #660 +/- ##
==========================================
- Coverage 50.40% 50.29% -0.11%
==========================================
Files 120 120
Lines 26830 26888 +58
Branches 2972 2978 +6
==========================================
Hits 13523 13523
- Misses 12847 12903 +56
- Partials 460 462 +2
|
Can you rebase this branch? or resolve the conflicts Thanks |
Here are some examples (they are rather some approaches) on how to animate primitives of a single actor using multiple
Timelines
or a singeTimeline
The two examples are:
docs/tutorials/05_animation/viz_animating_billboard_spheres.py
docs/tutorials/05_animation/viz_animating_sub_primitives.py
anim.mp4