Correct WebGL dropcap texture layout

This commit is contained in:
2026-06-07 17:59:01 +02:00
parent da37608197
commit 7abd3387f3
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* Defines the canonical page geometry used by the WebGL book renderer.
*/
import { BaseModule } from './base-module.js';
import { calculateProceduralBookThickness, snapProceduralPageCount } from './procedural-book-model.js?v=20260607-webgl-resize-prime';
import { calculateProceduralBookThickness, snapProceduralPageCount } from './procedural-book-model.js?v=20260607-webgl-typography-a';
export const BOOK_TEXTURE_WIDTH = 3072;