Changes between Initial Version and Version 1 of Ticket #236
- Timestamp:
- Oct 15, 2007, 11:16:01 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #236 – Description
initial v1 1 Write a skybox generator to randomly create beautiful space environments (with nebulae, stars, planets, asteroids, supernovas, ...). It must be possible to save and restore generated skyboxes, maybe an edit function could be usefull too. 1 == Introduction == 2 3 [[Image(http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Freedom_space_station.jpg/833px-Freedom_space_station.jpg, right, border=1, nolink, width=300)]] 4 Write a skybox generator to randomly create beautiful space environments (with nebulae, stars, planets, asteroids, supernovas, ...) 5 6 == Goal == 7 8 It must be possible to save and restore generated skyboxes, maybe an edit function could be useful too. 9 10 == Implementation == 2 11 3 12 Think about different ways of bringing the skybox into the game (Create a texture set for a 6-sided skybox? Restore all elements in 3D? ...) and physical issues (planets should be a 3D model, so save their position; stars cast light, we need them ingame). 4 13 5 Look at other spaceshooters to get some inspiration.14 Ogre has already skyboxes. Check that code out and think about a generator. 6 15 7 http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Freedom_space_station.jpg/833px-Freedom_space_station.jpg 16 Look at other space shooters to get some inspiration. 17