Hello, I am new to three js and I am trying to create a simple project using the library. So in my project, I want to
- load the 3D model to the scene
- then if a cursor hovers over the model, a text or tag shows basic information on the model then if the cursor does not hover over the model, the tag won’t be displayed. For example, if I have a character and I hovered my mouse over the character a tag would display or show the character name, age, id, etc.
If anyone has any advice on how to start number 2, that would be really awesome or have an example for it, I would appreciate it if you could share it with me.