Keep POV camera layouts action neutral

This commit is contained in:
2026-06-28 08:53:01 +02:00
parent debb6d6f38
commit 09d19a6f56
2 changed files with 26 additions and 7 deletions
+2 -1
View File
@@ -991,7 +991,8 @@ def smoke_row_camera_policy() -> None:
20,
)
_expect("Hotel corridor camera layout from POV" in semi_public_scene, "row camera semi-public scene did not use hotel corridor profile")
_expect("back view" in semi_public_scene, "row camera semi-public scene missed orbit direction")
_expect("back view" not in semi_public_scene, "POV camera scene should not inject orbit back view as body orientation")
_expect("partner's back" not in semi_public_scene, "POV camera scene should not force the visible partner's back")
_expect("first-person spatial geometry" in semi_public_scene, "row camera semi-public POV scene lost first-person geometry")
_expect(updated_semi_public.get("scene_camera_profile_key") == "hotel_corridor", "row camera semi-public scene did not expose text-matched profile key")
_expect("hotel corridor" in semi_public_composition.lower(), "row camera semi-public composition did not become location-aware")