add zoom instructions

This commit is contained in:
Luca Conte 2025-04-25 19:16:15 +02:00
parent 5efb9c9b2a
commit 0ec890f026
1 changed files with 4 additions and 1 deletions

View File

@ -44,12 +44,15 @@
<li>FPS: <span id="fps"></span></li>
<li>Frame time: <span id="ms"></span></li>
</ul>
Controls:
<ul>
<li>
Click & Drag to move camera
</li>
<li>
Scroll to zoom
</li>
<li>
LookAt Matrix: <input type="range" min=0 max=1 step=0.01 value=0 id="interpolateLookAt" autocomplete="off">
</li>