Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of Ticket #236


Ignore:
Timestamp:
Oct 15, 2007, 11:16:01 AM (17 years ago)
Author:
bknecht
Comment:

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)]]
     4Write a skybox generator to randomly create beautiful space environments (with nebulae, stars, planets, asteroids, supernovas, ...)
     5
     6== Goal ==
     7
     8It must be possible to save and restore generated skyboxes, maybe an edit function could be useful too.
     9
     10== Implementation ==
    211
    312Think 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).
    413
    5 Look at other spaceshooters to get some inspiration.
     14Ogre has already skyboxes. Check that code out and think about a generator.
    615
    7 http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Freedom_space_station.jpg/833px-Freedom_space_station.jpg
     16Look at other space shooters to get some inspiration.
     17