Add zone activation system (listener position) #74

Open
opened 2025-12-17 03:00:00 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 03:00:00 +00:00 (Migrated from github.com)

Description

Track listener position and activate/deactivate zones as the listener enters/exits them.

Acceptance Criteria

Scenario: Zones activate based on listener position
  Given soundscape zones in the world
  When the listener moves
  Then zones should activate when listener enters
  And zones should deactivate when listener exits

Technical Notes

  • Query listener position
  • Check zone shapes for containment
  • Activate zones when listener enters
  • Deactivate zones when listener exits
  • Handle multiple overlapping zones
## Description Track listener position and activate/deactivate zones as the listener enters/exits them. ## Acceptance Criteria ```gherkin Scenario: Zones activate based on listener position Given soundscape zones in the world When the listener moves Then zones should activate when listener enters And zones should deactivate when listener exits ``` ## Technical Notes - Query listener position - Check zone shapes for containment - Activate zones when listener enters - Deactivate zones when listener exits - Handle multiple overlapping zones
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#74