Hi ThreeJS community,
I have multiple (hundreds) similar 3D objects each would have different UserData attribute values (see picture below for example).
The idea is when the user hover on the 3D object, a tooltip appears showing these values for that specific object in the scene.
This will also allow me color code these objects based on some color scheme (turbo for example - picture below) based on a specific attribute (attribute 3 for example - Red for high values, blue for low values)
What is the best way to achieve this and where and how to assign this userData attribute values.
An example would be awesome !
Thanks everyone