Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2008, 11:40:50 PM (16 years ago)
Author:
landauf
Message:
  • added configurable detaillevel for particle effects to [GraphicsEngine]
  • thrusters work properly with changing gamespeed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/OrxonoxPrereqs.h

    r1558 r1563  
    6060//-----------------------------------------------------------------------
    6161
    62 namespace orxonox {
     62namespace orxonox
     63{
     64  namespace LODParticle
     65  {
     66    enum LOD
     67    {
     68      off = 0,
     69      low = 1,
     70      normal = 2,
     71      high = 3
     72    };
     73  }
     74
    6375  class GraphicsEngine;
    6476  class Orxonox;
Note: See TracChangeset for help on using the changeset viewer.