What would be the best way to visualize metadata/information associated with each part geometry on shapediver viewer API. I am looking particularly to have hover interaction (Interactions - Part 1) displaying metadata
for example if I have bunch of spheres - when I hover over each one of them I should see some info such as radius, volume etc.
I need this metadata to be associated with TreeNode? how can I do that?
Direct data output component gives me data but not associated with TreeNode used by Hover Manager.