Implement WebGL book spread flip groundwork

This commit is contained in:
2026-06-08 09:03:35 +02:00
parent c86a304364
commit 86b6fa0419
8 changed files with 652 additions and 27 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
import { BaseModule } from './base-module.js';
const DEFAULT_BOOK_PAGE_COUNT = 300;
const DEFAULT_BOOK_PROGRESS = 0.5;
const DEFAULT_BOOK_PROGRESS = 0;
class WebGLBookSceneModule extends BaseModule {
constructor() {