aboutsummaryrefslogtreecommitdiff
path: root/client/shaders/water_surface_shader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let lighting be done only CPU side. Remove finalColorBlend implementation ↵RealBadAngel2014-08-161-27/+1
| | | | from shaders.
* Faces shading fixesRealBadAngel2014-07-071-14/+0
|
* Improved faces shading with and without shaders.RealBadAngel2014-06-172-19/+13
|
* Unite nodes shaders.RealBadAngel2014-06-152-0/+263
Pass drawtype and material type to shaders. Move shaders generation to startup only. Allow assign shaders per tile. Initial code to support water surface shader.