Keep POV camera layouts action neutral
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user