mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Minor comments reworded/added
This commit is contained in:
@ -152,6 +152,9 @@ class Camera(object):
|
||||
)
|
||||
mobjects = list_difference_update(mobjects, all_excluded)
|
||||
|
||||
# Should perhaps think about what happens here when include_submobjects is False,
|
||||
# (for now, the onus is then on the caller to ensure this is handled correctly by
|
||||
# passing us an appropriately pre-flattened list of mobjects if need be)
|
||||
return sorted(mobjects, lambda a, b: cmp(z_buff_func(a), z_buff_func(b)))
|
||||
|
||||
def capture_mobject(self, mobject, **kwargs):
|
||||
|
Reference in New Issue
Block a user