MovableText not showing in 1.10

Problems building or running the engine, queries about how to use features etc.
Post Reply
mgs_oleg
Gnoblar
Posts: 20
Joined: Fri Mar 30, 2018 8:24 pm
x 1

MovableText not showing in 1.10

Post by mgs_oleg »

Hi All,

That is what I am doing here

Code: Select all

Ogre::MovableText* msg = new MovableText("NAME_caption", "TEXT IS THIS ", "BlueHighway-8", 75);
	Ogre::SceneNode* mNode = scnMgr->getRootSceneNode()->createChildSceneNode();
	mNode->attachObject(msg);
	
It loads fonts.
But simply does not show - black screen.

What I am doing wrong with this sample ?
Post Reply