polygonjs-engine
Version:
node-based webgl 3D engine https://polygonjs.com
13 lines • 392 B
HTML
<p>
<label>Duration</label>
<input type='range' min=0 max=1 step=0.01 value=0.5
oninput='duration.p.duration.set(event.target.value)'></input>
</p>
<p>
<label>Offset</label>
<input type='range' min=0 max=0.1 step=0.01 value=0.02
oninput='position.p.offset.set(event.target.value)'></input>
</p>
<p>
<input value='Play' type='button' onclick='null1.p.play.pressButton()'></input>
</p>