auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-25 03:06:09 +02:00
parent 836f9f2d5c
commit 719dfb39d0

View File

@@ -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