mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-13 20:24:16 +02:00
rebuild + sections up to 14
This commit is contained in:
@@ -124,7 +124,7 @@ function drawCurve(points[], t):
|
||||
draw(points[0])
|
||||
else:
|
||||
newpoints=array(points.size-1)
|
||||
for(i=0; i<newpoints.length; i++):
|
||||
for(i=0; i<newpoints.length; i++):
|
||||
if(i==0):
|
||||
left.add(points[i])
|
||||
if(i==newpoints.length-1):
|
||||
|
Reference in New Issue
Block a user