How to create 3d text model and can dynamically change the text content?

How to create 3d text model and can dynamically change the text content?
like the <span> tag.

@seanin Hi!
Have you seen this example? https://threejs.org/examples/?q=text#webgl_geometry_text
What do you mean with “like the <span> tag”?

1 Like

Thank you.
I solved the problem with TextGeometry
image

Feel free to search the forum with keywords :slight_smile:
https://discourse.threejs.org/search?q=hotspot
or stackoverflow: https://stackoverflow.com/search?q=[three.js]+hotspot

I wouldn’t use text geometry for that purpose, better to use sprites with text on textures.

hey can you please tell me how can you do that thing?