Skip to content

Commit

Permalink
Fix table on hand tracking bindings wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Meister1593 committed Nov 7, 2023
1 parent ed35836 commit 669e145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions alvr/client_core/src/c_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,12 +535,7 @@ pub unsafe extern "C" fn alvr_start_stream_opengl(config: AlvrStreamConfig) {
edge_ratio_y: config.foveation_edge_ratio_y,
});

opengl::start_stream(
view_resolution,
swapchain_textures,
foveated_rendering,
true,
);
opengl::start_stream(view_resolution, swapchain_textures, foveated_encoding, true);
}

#[no_mangle]
Expand Down
1 change: 1 addition & 0 deletions wiki/Hand-tracking-controller-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Current bindings for ALVR 20
Gestures
---
|Action|Handtracking pinch|
|-|-|
|Trigger|Pinch thumb and index|
|Joystick click|Curl thumb to palm|
|Grip|Curl middle, ring and little|
Expand Down

0 comments on commit 669e145

Please sign in to comment.