Is it possible to create the 3D Input Textfield in Babylon

Hi,

Is it possible to create a 3D Text and 3D Input Textfiled in babylon?

I guess what you want is a 2d GUI rendered on a mesh in your scene as a 3d text input does not make a lot of sense ???

You can have a read at : The Babylon GUI | Babylon.js Documentation and mostly the createForMesh section

My requirement is i have to create 3d hotspot on the model and on the hotspot i have to create an input textfield there, i will give an input.

The problem here is, i cannot put that 2D GUI on my 3D hotspot.

Is it really possible to do in Babylon?

Do you have a playground to work with. Iā€™d love to get into this more! :heart:

I made a createForMesh example for you that seb suggested https://playground.babylonjs.com/#UWS0TS#173

2 Likes

Yes you can with createForMesh: https://playground.babylonjs.com/#ZI9AK7#1580

1 Like

Thats Great, this is what i am trying to do.
Thank you!!! :slight_smile:

Thank you :slight_smile: