From 28bc7d9e2dcaf9ac35021a648780cfba14d9b664 Mon Sep 17 00:00:00 2001 From: amandaghassaei <amandaghassaei@gmail.com> Date: Fri, 12 May 2017 13:33:33 -0400 Subject: [PATCH] small changes --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 898e0a0..0638d3d 100755 --- a/index.html +++ b/index.html @@ -727,7 +727,7 @@ <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> - <b>Animation Settings</b><br/><br/> + <p><b>Animation Settings</b><br/><br/> The dynamic simulation is calculated by moving time forward in small <b>Δ t</b> steps, solving the system, and moving the vertices of the origami incrementally. The time step size for this animation is calculated automatically based on the material stiffnesses set in the <b>Stiffness Settings</b> section: more stiff settings @@ -736,6 +736,7 @@ <b>Num steps per render</b> allows you to control the number of tiny time steps forward to take on each render cycle. If the simulation looks choppy to you, you might consider lowering this setting. Lowering the number of steps per render will slow down the simulation, but will result in a more smooth animation. + </p> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> -- GitLab