0.02 is too large for a smooth curve.
This commit is contained in:
Juergen Stuber
2025-10-15 23:21:34 +02:00
parent 20ae9226e1
commit 17b87b1351

View File

@@ -24,7 +24,7 @@ class LorenzAttractor(ThreeDScene):
revolutions = 1.0
camera_rotation_rate = 0.2
warm_up_time = 0.2
dt = 0.02
dt = 0.002
epsilon = 0.001
states = [[5.75, 10.0, 10.1 + n * epsilon] for n in range(2)]
colors = color_gradient([BLUE, GREEN], len(states))