mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Test the orientation in the middle of the curve
This commit is contained in:
parent
681fa513a7
commit
2a7b787ef6
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void main(){
|
||||||
|
|
||||||
vec3[3] verts = vec3[3](bp[0], bp[1], bp[2]);
|
vec3[3] verts = vec3[3](bp[0], bp[1], bp[2]);
|
||||||
unit_normal = get_unit_normal(verts);
|
unit_normal = get_unit_normal(verts);
|
||||||
orientation = v_orientation[0];
|
orientation = v_orientation[1];
|
||||||
|
|
||||||
emit_pentagon(verts, unit_normal);
|
emit_pentagon(verts, unit_normal);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue