Add texture-space book pagination foundation

This commit is contained in:
2026-06-06 14:58:25 +02:00
parent 62215b280f
commit 9836c68ffa
4 changed files with 274 additions and 10 deletions
+2 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260606-webgl-texture-renderer-foundation';
const MODULE_CACHE_BUSTER = '20260606-webgl-pagination-foundation';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**
@@ -114,6 +114,7 @@ const ModuleLoader = (function() {
{ id: 'sentence-queue', script: '/js/sentence-queue-module.js', weight: 12 },
{ id: 'layout-renderer', script: '/js/layout-renderer-module.js', weight: 13 }, // Add Layout Renderer module
{ id: 'book-page-format', script: '/js/book-page-format-module.js', weight: 4 },
{ id: 'book-pagination', script: '/js/book-pagination-module.js', weight: 8 },
{ id: 'book-texture-renderer', script: '/js/book-texture-renderer-module.js', weight: 6 },
{ id: 'webgl-book-scene', script: '/js/webgl-book-scene-module.js', weight: 13 },
{ id: 'animation-queue', script: '/js/animation-queue-module.js', weight: 12 },