aframe-input
v0.1.0
Published
Using input element in AFRAME!
Downloads
5
Readme
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.