🧬 midori241 Single Canvas Pipeline

ClockDisplayクラスが存在しないmidori241では、OffscreenCanvasの生成からCanvasTexture、メッシュの追加までが1本の関数で完結している。分割前の構造を図にした。

midori241 HUD pipeline OffscreenCanvas、動画描画、SVGテンプレート、CanvasTexture、PlaneGeometryの処理順。 initializeInteractiveCanvas() OffscreenCanvas + video.play() updateClock() 動画 + SVGテンプレート描画 createInteractivePlane() CanvasTexture + PlaneGeometry scene.add(interactiveUI) Promise解決後にHUDを追加