Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2006, 1:11:41 PM (19 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine

File:
1 edited

Legend:

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

    r8668 r8713  
    6969  inline void setAnimationSpeed(float speed)
    7070  { this->animationSpeed = speed; }
    71  
    72   inline void setLightPosition(float x, float y, float z)
    73   { this->lightPos = Vector(x,y,z); }
    7471
    7572  inline void setCloudScale(float scale)
     
    108105  Shader::Uniform* offset;
    109106  float            offsetZ;
    110   Vector           lightPos;
    111107  float            scale;
    112108  float            planetRadius;
Note: See TracChangeset for help on using the changeset viewer.