Using input element in AFRAME!


Keywords
three, aframe, input, vr, xr, 3d
License
MIT
Install
npm install aframe-input@0.1.0

Documentation

AFRAME Input(WIP)


Using input element in AFRAME!

Downloads Version jsdelivr License

Caution

This library is not develope completed

Demo

https://juunini.github.io/aframe-input

Usage

<html>
  <head>
    <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/aframe-input@latest/dist/aframe-input.min.js"></script>
  </head>
  <body>
    <a-scene cursor="rayOrigin: mouse;">
      <a-input
        position="0 1 -3"
        value="안녕, 세상!"
        font="https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff"
      />
    </a-scene>
  </body>
</html>

License

This program is free software and is distributed under an MIT License.