mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Add 'no_joint' to joint types
This commit is contained in:
@ -65,8 +65,8 @@ RADIANS: float = 1
|
||||
FFMPEG_BIN: str = "ffmpeg"
|
||||
|
||||
JOINT_TYPE_MAP: dict = {
|
||||
"auto": 0,
|
||||
"round": 1,
|
||||
"no_joint": 0,
|
||||
"auto": 1,
|
||||
"bevel": 2,
|
||||
"miter": 3,
|
||||
}
|
||||
|
Reference in New Issue
Block a user