From e2bd8400323a6462aa09c11a41e99e51a400da93 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 25 Apr 2026 03:42:57 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-host.ts --- src/runtime-three/runtime-host.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 2620a585..5300cec0 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -1699,7 +1699,9 @@ export class RuntimeHost { previousSideSign: this.activeDialogueAttentionState?.npcEntityId === npc.entityId ? this.activeDialogueAttentionState.sideSign - : null + : null, + cameraVerticalFovRadians: (this.camera.fov * Math.PI) / 180, + cameraAspect: this.camera.aspect }); this.activeDialogueAttentionState = {