Propagate diffuse to ActorFrames' children

This commit is contained in:
Devin J. Pohly
2013-05-28 21:46:15 -04:00
parent 849b6e5b3b
commit f94d3affc2
6 changed files with 14 additions and 11 deletions
+2
View File
@@ -343,6 +343,7 @@ public:
void SetBaseRotationZ( float rot ) { m_baseRotation.z = rot; }
void SetBaseRotation( const RageVector3 &rot ) { m_baseRotation = rot; }
virtual void SetBaseAlpha( float fAlpha ) { m_fBaseAlpha = fAlpha; }
void SetInternalDiffuse( const RageColor &c ) { m_internalDiffuse = c; }
void SetInternalGlow( const RageColor &c ) { m_internalGlow = c; }
/**
@@ -637,6 +638,7 @@ protected:
RageVector3 m_baseRotation;
RageVector3 m_baseScale;
float m_fBaseAlpha;
RageColor m_internalDiffuse;
RageColor m_internalGlow;
RageVector2 m_size;