GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
83 stars 17 forks source link

Add support for XR_META_spatial_entity_mesh to get global scene mesh #122

Closed dsnopek closed 2 months ago

dsnopek commented 3 months ago

Here's a screen shot showing a wire frame (the light white lines) of the global scene mesh, which is what's added to the demo:

org godotengine openxr vendors demo-20240416-175351

This PR also fixes a bug that I noticed in OpenXRFbSceneManager, with storing the scenes based on semantic label (it was inconsistently converting upper to lower case, causing the properties to not really get set).

m4gr3d commented 2 months ago

@dsnopek Can you rebase the PR?

dsnopek commented 2 months ago

@m4gr3d Rebased!