Checkpoint reconstructed book shape solver
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#progress {
|
||||
#progress,
|
||||
#page_count {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
@@ -49,6 +50,9 @@
|
||||
<label for="progress">Reading progress</label>
|
||||
<input id="progress" type="range" min="0" max="1" step="0.001" value="0.25">
|
||||
<output id="progress_value" for="progress">0.25</output>
|
||||
<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>
|
||||
</div>
|
||||
<script type="module" src="/js/webgl-book-shape-lab.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user