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
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