|
|
@ -12,12 +12,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div style="position: absolute; right: 1em;">
|
|
|
|
<div style="position: absolute; right: 1em;">
|
|
|
|
<label>
|
|
|
|
<label>
|
|
|
|
<h3>stiffness ({coords.stiffness})</h3>
|
|
|
|
<h3>stiffness ({coords.stiffness || 0})</h3>
|
|
|
|
<input bind:value={coords.stiffness} type="range" min="0" max="1" step="0.01">
|
|
|
|
<input bind:value={coords.stiffness} type="range" min="0" max="1" step="0.01">
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
|
|
<label>
|
|
|
|
<label>
|
|
|
|
<h3>damping ({coords.damping})</h3>
|
|
|
|
<h3>damping ({coords.damping || 0})</h3>
|
|
|
|
<input bind:value={coords.damping} type="range" min="0" max="1" step="0.01">
|
|
|
|
<input bind:value={coords.damping} type="range" min="0" max="1" step="0.01">
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|