med-material / Whack_A_Mole_VR

Whack-A-Mole in VR
MIT License
3 stars 16 forks source link

CONTROLLER should have a mode where cursor is visible but controller is off #258

Closed bastianilso closed 1 year ago

bastianilso commented 1 year ago

Currently we allow controllers to be enabled or disabled. However, for Prism Therapy we may wish to "disembody" people by hiding the controller itself, while still maintaining the cursor.

The plan is to introduce a new enum Embodiment which takes two values: Hands and Cursor. Embodiment only affects active controllers. Hands makes controller and hands visible. Cursor means only the cursor on the wall is visible.

bastianilso commented 1 year ago

commit dc4e6c4 implements support for toggling player embodiment as Hands (show hand+controller) or Cursor (show only cursor on the wall). In the future we can extend this support further to e.g. Body, if desirable.