felixmariotto / three-mesh-ui

⏹ Make VR user interfaces for Three.js
https://felixmariotto.github.io/three-mesh-ui/#basic_setup
MIT License
1.3k stars 137 forks source link

Input box control #160

Open wizVR-zhangjun opened 2 years ago

wizVR-zhangjun commented 2 years ago

Do you have this control

swingingtom commented 2 years ago

three-mesh-ui currently don't offer a built-in input box. We are however considering adding a set of interactive components in the next major release.

If you don't require the ability to text-select or place the caret at the proper click position, then you could easily achieve the requested component by reusing ideas of following examples :

wizVR-zhangjun commented 2 years ago

three-mesh-ui currently don't offer a built-in input box. We are however considering adding a set of interactive components in the next major release.

If you don't require the ability to text-select or place the caret at the proper click position, then you could easily achieve the requested component by reusing ideas of following examples :

Thank you for your reply. I'm looking forward to something interesting in the next version