supermedium / aframe-super-keyboard

:musical_keyboard: Simple, functional, and fully customizable keyboard for A-Frame.
https://supermedium.com/aframe-super-keyboard
MIT License
127 stars 32 forks source link

the keyboard hide text elements behind it #9

Closed arthurmougin closed 5 years ago

arthurmougin commented 5 years ago

is there a way to let the text render behind the keyboard image ?

image

the text behind have this properties : <a-text class="powered" position="0.45 -0.45 0" align="right" wrap-count="35" baseline="bottom" width="0.6" value="my text" color="grey" text=""></a-text>

ngokevin commented 5 years ago

Try set text entity after keyboard in HTML and/or change the Z position of the text.