mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 18:47:46 +00:00
Increase threshold for discarding fill fragments
This commit is contained in:
parent
7a59cc2f03
commit
8f6c14ad5f
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ def get_fill_palette(ctx) -> Tuple[Framebuffer, VertexArray]:
|
|||
in vec2 v_textcoord;
|
||||
out vec4 color;
|
||||
|
||||
const float MIN_RGB = 2.0 / 256;
|
||||
const float MIN_RGB = 3.0 / 256;
|
||||
|
||||
void main() {
|
||||
// Apply poor man's anti-aliasing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue