Add burst page flip controls

This commit is contained in:
2026-06-05 03:41:26 +02:00
parent ae8068ad8a
commit ae84eb8976
2 changed files with 121 additions and 42 deletions
+3 -1
View File
@@ -68,10 +68,12 @@
<label for="page_count">Book pages</label>
<input id="page_count" type="range" min="40" max="600" step="10" value="240">
<output id="page_count_value" for="page_count">240</output>
<button id="fast_backward" type="button">Fast Backward</button>
<button id="flip_backward" type="button">Backward</button>
<button id="flip_forward" type="button">Forward</button>
<button id="fast_forward" type="button">Fast Forward</button>
<output id="flip_count">0 / 10</output>
</div>
<script type="module" src="/js/webgl-book-shape-lab.js?v=flip-3d-surface-3"></script>
<script type="module" src="/js/webgl-book-shape-lab.js?v=flip-burst-1"></script>
</body>
</html>