Added flares for light sources
--HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4062
This commit is contained in:
@@ -42,6 +42,9 @@ public:
|
||||
KRCamera();
|
||||
~KRCamera();
|
||||
|
||||
KRVector3 getPosition() const;
|
||||
void setPosition(const KRVector3 &position);
|
||||
|
||||
KRMat4 getProjectionMatrix();
|
||||
const KRVector2 &getViewportSize();
|
||||
void setViewportSize(const KRVector2 &size);
|
||||
@@ -82,6 +85,9 @@ public:
|
||||
double vignette_falloff;
|
||||
|
||||
KRVector2 m_viewportSize;
|
||||
|
||||
private:
|
||||
KRVector3 m_position;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user