Another simple question but no simple solution have been found yet.
I want to create a text node around the head of a character/actor which contains the character’s attribute (name or status). By using a billboard effect off course.
I’ve noticed the TextNode which will be attached to the aspect2d. But haven’t found the perfect way to parent to the character in 3D world.
And i think parenting to aspect2d is the same as the OnScreenText, so why create different ways to do one purpose, without extending each capabilities. For example: use the textNode and parent it to render which have the X,Y,Z properties.