Revert - Merge pull request #962 Fix OpenGL new terrain blend

from BeamNG/fix_opengl_new_terrain_blend (reverted from commit a0d5dc25cd)
This commit is contained in:
LuisAntonRebollo 2014-12-03 21:54:57 +01:00
parent 7097ce6466
commit 7962eef7dd
39 changed files with 86 additions and 842 deletions

View file

@ -80,10 +80,6 @@ protected:
GFXShaderConstHandle *detailInfoVConst;
GFXShaderConstHandle *detailInfoPConst;
// New blending
GFXShaderConstHandle *lerpBlend;
GFXShaderConstHandle *blendDepth;
GFXShaderConstHandle *macroInfoVConst;
GFXShaderConstHandle *macroInfoPConst;
};