You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#76 Adds in an XR_FB_render_model extension wrapper and corresponding OpenXRFBRenderModel node. There are two controller models and three keyboard models, but only the controller models are supported at this time (as tested on Quest 2 and 3).
To support at least the virtual keyboard model, the XR_META_virtual_keybaord extension will need a wrapper implemented.
Once keyboard models are supported, be sure to add their paths as suggestions to the get_suggested_render_model_path_names() function in openxr_fb_render_model.cpp.
The text was updated successfully, but these errors were encountered:
#76 Adds in an XR_FB_render_model extension wrapper and corresponding OpenXRFBRenderModel node. There are two controller models and three keyboard models, but only the controller models are supported at this time (as tested on Quest 2 and 3).
To support at least the virtual keyboard model, the XR_META_virtual_keybaord extension will need a wrapper implemented.
Once keyboard models are supported, be sure to add their paths as suggestions to the
get_suggested_render_model_path_names()
function inopenxr_fb_render_model.cpp
.The text was updated successfully, but these errors were encountered: