Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2011, 12:44:32 AM (13 years ago)
Author:
marwegma
Message:

Godrays: Implementing in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/environment2/src/orxonox/graphics/GlobalGodrayShader.h

    r8491 r8497  
    3131 @file
    3232 
    33  @brief Header of the GlobalGodrayShader.
     33 @brief Header of the GlobalGodrayShader class.
    3434*/
    3535
     
    4242#include "tools/interfaces/Tickable.h"
    4343#include "core/BaseObject.h"
     44#include "util/Math.h"
    4445#include "GlobalShader.h"
    4546
     
    6768       
    6869            void setSunPosition(const Vector3& position);
    69             void setSkyColor(const Vector4& color);
     70            void setSkyColor(const ColourValue& color);
    7071            const Vector3& getSunPosition() const;
    71             const Vector4& getSkyColor() const;
     72            const ColourValue& getSkyColor() const;
    7273       
    7374        private:
     
    7677           
    7778            Vector3 sunPosition_;
    78             float skyColor_[4];
     79            ColourValue skyColor_;
    7980            float exposure_;
    8081            float decay_;
Note: See TracChangeset for help on using the changeset viewer.