Stars background

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Methuselah
Posts: 19
Joined: Fri Nov 24, 2006 9:33 am

Stars background

Post 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.
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

ISceneManager::addSkyBoxSceneNode or ISceneManager::addSkyDomeSceneNode would be the easiest way. You could also do stars with a particle system.
Post Reply