Skybox2 - Stars - Free download for commercial usage

About finding textures, models, soundeffects, music and whatever else your game needs. Can contain advertisements from websites selling that stuff.
Post Reply
Noiecity
Posts: 92
Joined: Wed Aug 23, 2023 7:22 pm
Contact:

Skybox2 - Stars - Free download for commercial usage

Post by Noiecity »

Image


Download: https://www.mediafire.com/file/ws5yt11l ... 2.rar/file

How to use?
Like this:

Code: Select all

	
	IVideoDriver* driver = device->getVideoDriver();
	ISceneManager* smgr = device->getSceneManager();
	
	driver->setTextureCreationFlag(video::ETCF_CREATE_MIP_MAPS, false);

	scene::ISceneNode* skybox = smgr->addSkyBoxSceneNode(
	driver->getTexture("../Release/skybox2_irrlicht.png"),
		driver->getTexture("../Release/skybox2_irrlicht.png"),
		driver->getTexture("../Release/skybox2_irrlicht.png"),
		driver->getTexture("../Release/skybox2_irrlicht.png"),
		driver->getTexture("../Release/skybox2_irrlicht.png"),
		driver->getTexture("../Release/skybox2_irrlicht.png"));
	
	skybox->setVisible(true);
		

The Skybox2.rar archive contains:
- 1 image skybox2_irrlicht.png(3mb).
- The screenshot of this post

Asset by Noiecity is marked with CC0 1.0 Universal. To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0

:mrgreen: :mrgreen:
**
If you are looking for people with whom to develop your game, even to try functionalities, I can help you, free and in an anonymous way if necessary. You can send me a private message.

https://www.artstation.com/noiecty
**
Post Reply