add support for hand tracking and configurable reference spaces

This commit is contained in:
Schmarni
2024-05-07 03:34:10 +02:00
parent 3654b36e76
commit 063aef7fb5
17 changed files with 549 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
pub mod actions;
pub mod camera;
pub mod session;
pub mod types;
pub mod types;
pub mod hands;