Manish Goregaokar

Results 134 issues of Manish Goregaokar

Whereas Microsoft's OpenXR extension supports a radius for each joint, Oculus' API makes a distinction between "skinnable" joints and non-skinnable ones (these are the tip "joints"). For the skinnable joints,...

oculus-only

Microsoft's draft OpenXR extension has support for requesting and viewing the "feature level" for the hand tracker: ```c typedef enum XrHandTrackingFeatureLevelMSFT { XR_HAND_TRACKING_FEATURE_LEVEL_FULL_MSFT = 1, XR_HAND_TRACKING_FEATURE_LEVEL_PARTIAL_MSFT = 2, XR_HAND_TRACKING_FEATURE_LEVEL_SIMULATED_MSFT =...

openxr-only

I suspect various devices with articulated hand tracking will support different sets of joints. We should figure out the superset. @thetuvix @Artyom17 Can y'all list what your devices plan to...

oculus-only
openxr-only

A hit test result is fundamentally a ray with the origin being the point of intersection, and direction being perpendicular to the plane being intersected with. This is how, for...

See also: https://github.com/immersive-web/navigation/issues/5 Filing this early, but basically we may need to figure out the relationship of this spec with activation. As detailed in https://github.com/immersive-web/webxr/issues/779#issuecomment-536116004, one direction we may end...

https://immersive-web.github.io/dom-overlays/#onbeforexrselect > An XRSessionEvent of type beforexrselect is dispatched on the DOM overlay element before generating a WebXR selectstart input event if the input source’s targetRaySpace intersects the DOM overlay...

https://critic.hoppipolla.co.uk/b429c0a3?review=2520 Critic should just mark that as a rename (GitHub does), and perhaps give an option to hide these renames.

Normally, when I sign in, Critic redirects to /home. Usually I want to be able to immediately comment on the review I was on, and /home is not of much...

Currently we use `&str` over FFI when we're accepting strings from the user (which is not _that_ common, but crops up in segmenter, collator, etc). Over FFI, this maps to...

We have a bunch of regen-style tasks (testdata, diplomat-gen, fingerprint, ffi-coverage) where we generate a bunch of files on top of checked-in files (and typically, check the difference on CI)...

T-enhancement
good first issue
help wanted
backlog
C-test-infra
S-small