What is the best way to display text

I want to display each name at the bone location.
What is the best way?

Easiest, fastest, and quite production-ready as long as you don’t mind some depth-testing issues - CSS2DRenderer.
Most “proper”, optimised, and with correct depth testing within the scene - troika.

(Three also has it’s own TextGeometry, but, except for specific cases, text geometries aren’t very practical - especially, if the text is long / repeating / dynamically changing.)

2 Likes

Thank you for your help.