Final result looking usable (finally)

This commit is contained in:
2025-08-23 23:15:42 -05:00
parent c2cfb3222a
commit 9fe709dfe4
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ lines = None
with open("gpoints_rotate.obj", "r") as f:
lines = f.readlines()
period = 0.25
period = 0.01
for i in range(len(lines)):
time.sleep(period)