From 8956e82002f557c7e39d43deb47e25a6582881e3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 25 Apr 2026 15:28:53 +0200 Subject: [PATCH] Add runtime target look yaw delta tracking --- src/runtime-three/runtime-host.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 2655de03..6af4ac56 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -647,6 +647,7 @@ export class RuntimeHost { private runtimeTargetCandidates: RuntimeTargetCandidate[] = []; private proposedRuntimeTarget: RuntimeTargetCandidate | null = null; private activeRuntimeTargetReference: RuntimeTargetReference | null = null; + private runtimeTargetLookYawDeltaRadians = 0; private previousTargetCycleInputActive = false; private activeCameraRigOverrideEntityId: string | null = null; private activeCameraSourceKey: RuntimeCameraSourceKey | null = null;