godot_openxr_vendors icon indicating copy to clipboard operation
godot_openxr_vendors copied to clipboard

Add keyboard models to XR_FB_render_model extension wrapper

Open devloglogan opened this issue 1 year ago • 1 comments

#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.

devloglogan avatar Jan 25 '24 13:01 devloglogan

I think the keyboard models we already see listed as valid paths might depend on the XR_FB_keyboard_tracking extension

dsnopek avatar Jan 25 '24 16:01 dsnopek