exokitxr / exokit-web

Exokit WebXR engine for the browser
70 stars 18 forks source link

Bugfix highlight gl.BLEND enable/disable #119

Closed avaer closed 5 years ago

avaer commented 5 years ago

gl.BLEND was not enabled during the highlight flow, so depending on XRIframe rendering order the highlighting might not have taken effect.

This introduces the methods needed to make that work and calls them during the highlighting set procedure.