diff options
| author | 2023-10-13 18:02:55 +0000 | |
|---|---|---|
| committer | 2023-10-13 18:02:55 +0000 | |
| commit | 7e8841e3edc267c7f5bfb99dcc7be9cbf65e5da8 (patch) | |
| tree | 9d386334c40ded23d9588388906139f8ac64dd47 /index.html | |
| parent | make buttons for easier mobile use (diff) | |
change wording
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,8 +11,8 @@ GPL for more details. </p> --> </head> <body> <script src="scattering.js"></script> -<p>Huygens principle simulation by Peter McGoron. <a href="https://software.mcgoron.com/peter/scattering.js">Code</a> -You are allowed to use recordings of this simulation for any purpose. The license for the code is in the repository.</p> +<p>Huygens principle animation by Peter McGoron. <a href="https://software.mcgoron.com/peter/scattering.js">Code</a> +You are allowed to use recordings of this animation for any purpose. The license for the code is in the repository.</p> <!-- make mode selection a drop down add tutorial allow moving atoms --> @@ -21,10 +21,10 @@ allow moving atoms --> <button id="clearAtoms">Clear atoms</button> <button id="periodicSetup">Create Periodic Array </button> <button id="pause">Pause/Unpause</button> -Simulation Speed: <input type="number" value="100" min="0" step="any" id="speedControl" /> +Animation Speed: <input type="number" value="100" min="0" step="any" id="speedControl" /> Angle: <input type="number" value="-45" step="any" id="angleControl" /> <select name="modeSelect" id="modeSelect"> - <option value="base" selected>Select Only</option> + <option value="base" selected>Select an Action</option> <option value="putWave">Place Plane Wave</option> <option value="putAtom">Place Atom</option> </select> |
