Character names

Hi

What would be good pattern for rendering character names in game? Basically I would like to do the typical name above the character approach.

I have figured that at least one could please text nodes as children of the GuiNode but then there is the pain of updating the text locations as characters move.

br,
Tommi

Generally:
http://hub.jmonkeyengine.org/javadoc/com/jme3/scene/control/BillboardControl.html

1 Like