Skip to content

Commit 6bfcb5c

Browse files
authored
Merge branch 'OGRECave:master' into master
2 parents 11d5bb9 + 23fa502 commit 6bfcb5c

6 files changed

+1107
-1116
lines changed

OgreMain/include/OgreAutoParamDataSource.h

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ namespace Ogre {
105105
mutable bool mShadowCamDepthRangesDirty[OGRE_MAX_SIMULTANEOUS_LIGHTS];
106106
ColourValue mAmbientLight;
107107
ColourValue mFogColour;
108+
ColourValue mShadowColour;
108109
Vector4f mFogParams;
109110
Vector4f mPointParams;
110111
int mPassNumber;
@@ -223,6 +224,7 @@ namespace Ogre {
223224
Real getShadowExtrusionDistance(void) const;
224225
const Vector4& getSceneDepthRange() const;
225226
const Vector4& getShadowSceneDepthRange(size_t index) const;
227+
void setShadowColour(const ColourValue& colour);
226228
const ColourValue& getShadowColour() const;
227229
Matrix4 getInverseViewProjMatrix(void) const;
228230
Matrix4 getInverseTransposeViewProjMatrix() const;

0 commit comments

Comments
 (0)