mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Don't have fill shader use quick (flawed) sdf
This commit is contained in:
parent
eb89d45937
commit
50c7dd7d48
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ bool is_inside_curve(){
|
||||||
|
|
||||||
float sdf(){
|
float sdf(){
|
||||||
if(is_inside_curve()) return -1;
|
if(is_inside_curve()) return -1;
|
||||||
return min_dist_to_curve(uv_coords, uv_b2, bezier_degree, true);
|
return min_dist_to_curve(uv_coords, uv_b2, bezier_degree, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue