mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Correct type for texture_paths
This commit is contained in:
parent
b373e33a22
commit
98c53151ad
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Mobject(object):
|
|||
# Makes parts bright where light gets reflected toward the camera
|
||||
gloss: float = 0.0,
|
||||
# For shaders
|
||||
texture_paths: str | Sequence[str] | None = None,
|
||||
texture_paths: dict[str, str] | None = None,
|
||||
# If true, the mobject will not get rotated according to camera position
|
||||
is_fixed_in_frame: bool = False,
|
||||
**kwargs
|
||||
|
|
Loading…
Add table
Reference in a new issue