Page 1 of 1

Stars background

Posted: Fri Dec 22, 2006 11:27 am
by Methuselah
How do you set an image (texture) to be the background of the entire scene?
I mean, if you have a space simulation, you would like to have some stars in the background.

Posted: Fri Dec 22, 2006 11:49 am
by vitek
ISceneManager::addSkyBoxSceneNode or ISceneManager::addSkyDomeSceneNode would be the easiest way. You could also do stars with a particle system.