Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2006, 9:24:24 AM (19 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine: …

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc

    r8668 r8700  
    6565  this->animationSpeed = 2;
    6666  this->lightPos = Vector(0,0,0);
    67   this->scale = 0.01f;
    68   this->atmosphericRadius = 120;
    69   this->planetRadius = 90;
    70   this->divs = 100;
     67  this->scale = 0.0008f;
     68  this->atmosphericRadius = 4000;
     69  this->planetRadius = 1500;
     70  this->divs = 50;
    7171
    7272  noise3DTexSize = 128;
     
    149149  if (!this->cloudActivate)
    150150    return;
    151  
     151
    152152  glPushAttrib(GL_ENABLE_BIT);
    153153
Note: See TracChangeset for help on using the changeset viewer.