]> git.tdb.fi Git - libs/gl.git/history - shaderlib/msp_interface.glsl
Move lighting calculations to world space
[libs/gl.git] / shaderlib / msp_interface.glsl
2021-04-28 Mikko RasaMove lighting calculations to world space
2021-04-24 Mikko RasaRedesign Light to only have a single color
2021-04-13 Mikko RasaAdd the group and weight attributes to msp_interface...
2021-04-13 Mikko RasaInclude only tangent in mesh data and calculate binorma...
2021-04-07 Mikko RasaAdd a separate constant to enable clipping in standard...
2021-03-21 Mikko RasaRearrange vertex attributes
2021-03-21 Mikko RasaRearrange various uniforms to be declared in the file...
2021-03-13 Mikko RasaFix some errors in the shader library
2020-06-23 Mikko RasaAdd a PBR material type and corresponding shader
2020-06-23 Mikko RasaNaming tweaks in builtin shaders
2020-06-11 Mikko RasaAdd a new, better structured Phong shader
2020-06-11 Mikko RasaRedesign the material system
2019-06-21 Mikko RasaInitial support for instanced rendering
2019-06-19 Mikko RasaExpose world-to-eye matrix in Renderer's standard shdata
2018-04-11 Mikko RasaSplit the interfaces from singlepass.glsl to a separate...