Page 1 of 1

adding text

Posted: Mon Aug 14, 2006 6:01 am
by omarb
hi, i am adding text using this function:
device.SceneManager.AddTextSceneNode (...)
but the problem is that the text's position is not fix, it's always visible by the user, is there a way to make is static!? dont need it to move along the camera.
thanks

Posted: Mon Aug 14, 2006 9:01 am
by IPv6
Then you should use GUI manager instead of adding it to scene manager.
Or you can set camera as a parent to this text node. In this case text node will has fixed coordinates to camera so it will stay where you put it

<IMHO>