concept-collection / walnuts-interactive
Movie: animate 40 transitions instead of 12
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 85d0056d779c parent cccc996 Browse files
1 changed file+1−1
walnuts_sampler.mmodified+1−1View file
@@ -82,7 +82,7 @@ function traj = record_movie(h, delta, target)
8282 % for the step-by-step movie: px/py are the orbit positions, seg keeps them one
8383 % polyline, startX/Y is where the transition began, selX/Y the selected draw.
8484 i_max = 10;
85-n_steps = 12;
85+n_steps = 40;
8686 theta = target_start(target);
8787 traj = {};
8888 for s = 1:n_steps