From 719dfb39d085538589ab3088460d0a4707aece0d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 25 Apr 2026 03:06:09 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-host.ts --- src/runtime-three/runtime-host.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 4045075a..92318bbd 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -1552,6 +1552,12 @@ export class RuntimeHost { this.camera.lookAt(pose.lookTarget); } + private isActiveExternalCameraSource() { + return ( + this.activeCameraSourceKey !== null && this.activeCameraSourceKey !== "gameplay" + ); + } + private resolveRuntimeCameraRigPose( rig: RuntimeCameraRig, dt: number