example fix

This commit is contained in:
Adrian Mariano
2025-04-22 00:17:11 -04:00
parent 9698a59693
commit 00cebb68df

View File

@@ -1125,6 +1125,8 @@ function linear_sweep(
// [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0],
// [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
// ];
// h = 20;
// r = 15;
// ang = len(img[0])/len(img)*h/(2*PI*r)*360;
// rotate_sweep([[r,-h/2],[r,h/2]], texture=img,
// tex_reps=1,angle=ang, closed=false);