Test the orientation in the middle of the curve

This commit is contained in:
Grant Sanderson
2023-01-11 14:18:12 -08:00
parent 681fa513a7
commit 2a7b787ef6

View File

@ -127,7 +127,7 @@ void main(){
vec3[3] verts = vec3[3](bp[0], bp[1], bp[2]);
unit_normal = get_unit_normal(verts);
orientation = v_orientation[0];
orientation = v_orientation[1];
emit_pentagon(verts, unit_normal);
}