Schmarni
dd4e6047e0
Merge pull request #120 from Schmarni-Dev/next_chain_base
...
Add Next Pointer Chain Infrastructure
2024-06-22 20:14:59 +02:00
ForTehLose
0172444f0c
Merge pull request #119 from awtterpip/transform_utils
...
Transform utils
2024-06-19 09:03:37 -04:00
Schmarni
581cbbb9ef
add next pointer chain infrastructure
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-06-15 13:25:38 +02:00
Jay Christy
8ecebb7d2c
added transform utils for snapping to position and rotation
2024-06-11 13:17:16 -04:00
Schmarni
34d44349b8
fix system ordering
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-06-10 12:41:37 +02:00
Schmarni
6ebcd7df99
change set name to begin with Oxr
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-06-10 12:01:48 +02:00
Schmarni
3109618bb7
Readd action set sync SystemSet
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-06-10 11:55:10 +02:00
Schmarni
c455c77fed
pull changes from webxr-refactor
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-06-05 00:32:38 +02:00
Schmarni
71716c36cc
pull webxr-refactor and make needed changes
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-06-04 23:28:02 +02:00
awtterpip
810ed1eeed
make pipelined rendering disabled by default
2024-06-02 22:31:58 -05:00
awtterpip
32fa13b4fd
add compatibility for both pipelined and unpipelined
2024-06-02 19:30:12 -05:00
awtterpip
41399d83a9
move wait frame to after render app finishes
2024-06-02 18:16:22 -05:00
awtterpip
eddff879c4
disable pipelined rendering by default
2024-06-02 16:01:29 -05:00
awtterpip
a0099bc4a7
working pipelined rendering
2024-06-02 05:23:02 -05:00
awtterpip
e17262ab46
fixed judder
2024-06-02 04:57:44 -05:00
Schmarni
0e2a5dbf66
merge both Exit schedules, fix reference space living after the session exits in the render world and general cleanup
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-31 11:12:48 +02:00
Schmarni
40c767c2d2
remove point light from sessions example and other small changes
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-31 11:12:48 +02:00
Schmarni
546202fdfa
works but destroys the session manually because one space somewhere survives session exit
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-31 11:12:48 +02:00
Schmarni
31c1daf2d4
session ending works but segfaults on my machine
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-31 11:12:48 +02:00
Schmarni
fb9ec378c8
change scheduling
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-31 11:12:48 +02:00
Malek
0f9ccf7f04
Refactor quest perf fix ( #111 )
...
* cargo fmt and removed the unessecary examples.
* fixed android logging errors and moved waitframe to fix perf on quest and fixed android example perf by turning off msaa
2024-05-29 16:57:08 -07:00
Malek
35725eaa8b
Refactor hands ( #110 )
...
* cargo fmt and removed the unessecary examples.
* added left and right hand components for each bone as well as the hand tracker.
2024-05-29 16:55:40 -07:00
MalekiRe
ec16d9a254
cargo fmt and removed the unessecary examples.
2024-05-29 16:32:35 -07:00
Jay Christy
6feb3de9fb
push left hand bones as children of root as well
2024-05-23 14:16:29 -04:00
Schmarni
d90558ebc9
add plugin by default and fix compile errors
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-15 22:37:39 +02:00
Schmarni
764da56d50
add centeral actionset syncing
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-15 22:33:00 +02:00
ForTehLose
d26e6b7acf
Merge pull request #99 from Schmarni-Dev/root-cameras
...
Refactor - Parent the Cameras to the OxrTrackingRoot
2024-05-14 23:16:38 -04:00
awtterpip
2282e1c5e9
fix validation errors
2024-05-14 17:52:01 -05:00
awtterpip
ec50aa8ca9
update GraphicsBackend::ALL
2024-05-10 18:32:46 -05:00
awtterpip
82932f02af
add d3d12 support
2024-05-10 18:23:47 -05:00
Schmarni
cd5ab90733
make OxrInitPlugin impl Default with the values from add_xr_plugin and made the ref_space_type public for the OxrReferenceSpacePlugin
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-08 19:11:17 +02:00
Schmarni
44e909a4e1
fix pcvr
2024-05-08 05:42:18 +02:00
Schmarni
063aef7fb5
add support for hand tracking and configurable reference spaces
2024-05-07 03:34:10 +02:00
Schmarni
3654b36e76
Merge pull request #98 from Schmarni-Dev/action-binding-and-attaching-systems
...
Refactor - Generic system for binding sugesstion and action set attaching
2024-05-06 04:46:05 +02:00
Schmarni
c2f8d65040
make the XrCameras children of the OxrTrackingRoot to allow moving of the Tracking Root
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-05-05 05:02:58 +02:00
awtterpip
13890ddb53
basic passthrough stuff
2024-05-03 19:31:23 -05:00
Schmarni
9cb237e88f
fix status_changed_to, added OxrSuggestActionBindings event to app and fixed scheduling for run_action_binding_sugestion
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-04-29 18:49:07 +02:00
Schmarni
aa0eaa60f4
add missing files
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2024-04-29 03:02:00 +02:00
Schmarni
27871ccd0b
add a system to suggest action bindings and a system to attach action sets to the session
2024-04-29 02:41:51 +02:00
awtterpip
b2b40ba95a
updated documentation and resources
2024-04-25 21:05:37 -05:00
LogicFan
f78207d572
fix android "null pointer dereference"
2024-04-20 08:19:57 -04:00
awtterpip
afdb046ba8
finished renaming types
2024-04-18 17:28:53 -05:00
awtterpip
e2f7f840a9
renamed types and fixed errors
2024-04-18 17:26:36 -05:00
awtterpip
f585c9e2dc
cleaned up code and created webxr crate
2024-04-18 17:06:56 -05:00