Changeset 8700 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc
- Timestamp:
- Jun 22, 2006, 9:24:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc
r8668 r8700 65 65 this->animationSpeed = 2; 66 66 this->lightPos = Vector(0,0,0); 67 this->scale = 0.0 1f;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; 71 71 72 72 noise3DTexSize = 128; … … 149 149 if (!this->cloudActivate) 150 150 return; 151 151 152 152 glPushAttrib(GL_ENABLE_BIT); 153 153
Note: See TracChangeset
for help on using the changeset viewer.