6 #include "InteriorsMaterialBase.h"
7 #include "TextureMinifyType.h"
11 #include "VectorMath.h"
12 #include "ITimeProvider.h"
27 const std::string& name,
30 bool useAlternativeAmbient,
32 const v4& diffuseColor,
33 InteriorsRenderableLayer::Type renderableLayer,
36 Rendering::TextureMinifyType textureMinifyType,
38 const v3& reflectionColor,
40 float viewOffsetScale,
59 const Rendering::TextureMinifyType m_textureMinifyType;
60 const bool m_textureRepeat;
61 const v3 m_reflectionColor;
63 const float m_viewOffsetScale;