KhronosGroup / OpenXR-Tutorials

OpenXR Tutorials
https://www.openxr-tutorial.com/
Apache License 2.0
86 stars 15 forks source link

Interaction Profiles, Symantic Actions and Sub Action Paths #61

Closed rbessems closed 1 year ago

rbessems commented 1 year ago

We need to demonstrate 3 more things: Binding to multiple Interaction Profiles, Semantic action names and sub action path bindings.

If we need to break chapter 4 into multiple chapters that is OK.

rvkennedy commented 1 year ago

Thanks Ron.

We do actually show a profile for the Oculus Touch in Ch4, is this not what you meant?

I've added m_ActionChangeColor on the trigger as a boolean action (we didn't have one of these). I've added m_spawnCubeAction without subAction paths, as all others have them so far. It's bound to the A button on the right touch controller.

Code works well, I'll add some text.

rbessems commented 1 year ago

Awesome, that is what I meant, great it's already there!