geefr / vsgvr

OpenXR integration for Vulkan Scene Graph
MIT License
13 stars 7 forks source link

Blend modes and AR extensions #43

Open geefr opened 1 year ago

geefr commented 1 year ago

Will be doing an AR / passthrough demo at some point. Think the only feature missing from vsgvr api is ability to set the blend mode to non-opaque, maybe an extension or two to request that the cameras be turned on?

geefr commented 1 year ago

Blend modes now available in Traits (#49)

Looks like AR/passthrough is all extension based, should be possible to set up now (but not trivial)