Have animated moving meshes for the characters.
I want to write the name of each of them over the head of the model.
How can I do that?
Thank you.
The name of the character
Re: The name of the character
Code: Select all
virtual ITextSceneNode* irr::scene::ISceneManager::addTextSceneNode(gui::IGUIFont *font, const wchar_t *text, video::SColor color = video::SColor(100, 255, 255, 255), ISceneNode *parent = 0, const core::vector3df &position = core::vector3df(0, 0, 0), s32 id = -1 )
#include <Iyad.h>
Re: The name of the character
Iyad, thank you very much!