Changed water color/depth/alpha again

This was SVN commit r2897.
This commit is contained in:
Wijitmaker 2005-10-10 23:05:53 +00:00
parent 1b59f4c56e
commit e05ca36bc5

View File

@ -76,9 +76,9 @@ CRenderer::CRenderer()
m_RenderWater = true;
m_WaterHeight = 5.0f;
m_WaterColor = CColor(0.2f, 0.3f, 0.6f, 1.0f);
m_WaterFullDepth = 8.0f;
m_WaterMaxAlpha = 0.95f;
m_WaterColor = CColor(0.3f, 0.35f, 0.7f, 1.0f);
m_WaterFullDepth = 4.0f;
m_WaterMaxAlpha = 0.85f;
m_WaterAlphaOffset = -0.05f;
m_SWaterTrans=0;