re-enable face culling for the terrain

This commit is contained in:
RexTimmy 2016-12-01 11:03:32 +10:00
parent 7af95e6a8e
commit d46f82ef1d
2 changed files with 15 additions and 4 deletions

View file

@ -108,6 +108,7 @@ protected:
GFXStateBlockRef stateBlock;
GFXStateBlockRef wireframeStateBlock;
GFXStateBlockRef reflectionStateBlock;
GFXShaderConstHandle *modelViewProjConst;
GFXShaderConstHandle *worldViewOnly;