Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of Ticket #275


Ignore:
Timestamp:
Mar 11, 2009, 11:37:04 PM (15 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #275 – Description

    v5 v6  
    11Space isn't empty, or at least it isn't in our game. We need particles, small asteroids, fog and whatever else you can think of. Implement this in a good looking AND performant way. There has to be some randomness (we don't want to add 10000000 particles to the level), but it has to follow several rules to create different ambiences (heavy red fog, asteroid fields, ...).
    22
    3 Create a system to define the space environment in the XML file, for example with interpolation points (how to realize this in 3D?).
     3Create a system to define the space environment in the XML file, for example with interpolation points (how to realize this good and efficient in 3D?).
    44
    55[[Image(Bilinear_interpolation.png)]]