Skybox1 - Clouds - 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:

Skybox1 - Clouds - Free download for commercial usage

Post by Noiecity »

Image

Download: https://www.mediafire.com/file/lsl3m0yd ... 1.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/skybox1_5.png"),
		driver->getTexture("../Release/skybox1_4.png"),
		driver->getTexture("../Release/skybox1_3.png"),
		driver->getTexture("../Release/skybox1_1.png"),
		driver->getTexture("../Release/skybox1_2.png"),
		driver->getTexture("../Release/skybox1_6.png"));
		 
	skybox->setVisible(true);
The Skybox1.rar archive contains:
- 6 images skybox1_?.png(24mb).
- 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