mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Increase polyline factor
This commit is contained in:
parent
70862a068f
commit
099aaaee43
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const int MITER_JOINT = 3;
|
|||
// consider them aligned
|
||||
const float COS_THRESHOLD = 0.999;
|
||||
// Used to determine how many lines to break the curve into
|
||||
const float POLYLINE_FACTOR = 30;
|
||||
const float POLYLINE_FACTOR = 100;
|
||||
const int MAX_STEPS = 32;
|
||||
|
||||
#INSERT emit_gl_Position.glsl
|
||||
|
|
Loading…
Add table
Reference in a new issue