auto-git:
[change] tests/unit/runtime-host.test.ts
This commit is contained in:
@@ -502,6 +502,9 @@ describe("RuntimeHost", () => {
|
||||
expect(hostInternals.activeRuntimeCameraRig).toBeNull();
|
||||
expect(hostInternals.cameraTransitionState).not.toBeNull();
|
||||
expect(hostInternals.camera.position.z).toBeLessThan(6);
|
||||
|
||||
hostInternals.applyActiveCameraRig(0.175, gameplayPose);
|
||||
|
||||
expect(
|
||||
hostInternals.camera
|
||||
.getWorldDirection(new Vector3())
|
||||
|
||||
Reference in New Issue
Block a user