Move distance multiplier to rendering only

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-19 10:22:16 +00:00
parent feec778c62
commit 5706f5e891
5 changed files with 28 additions and 273 deletions

View File

@@ -94,9 +94,9 @@
</label>
<br/>
<label title="The number that distance is multiplied by in order to improve the visibility of the graph">
distanceMultiplier
Render Distance Multiplier
<output id="distanceMultiplierSliderOutput">50</output>
<input type="range" min="5" max="1000" value="50" step="5" oninput="d3.select('#distanceMultiplierSliderOutput').text(value); MULTIPLIER=value;">
<input type="range" min="5" max="1000" value="50" step="5" oninput="d3.select('#distanceMultiplierSliderOutput').text(value); MULTIPLIER=value;ticked();">
</label>
<br/>
<label title="Number of iterations before the simulation is stopped">