Grid Shaders

SteamLamp`s grid shaders is a set of 3 shaders for making a checker grid surfaces. It makes tou able to draw a checker grid on any geometry, based on it`s UVs.

Features:

- Easely draw checker grid of any number of columns/rows;
- Select two backgrounds to represent checker grid;
- Use per-grid or per-cell textures;
- PBR surface shader included!

This set of shaders can be usefull for developing 2D board games, and for adding a checker texture on top of anything.

There are 3 shaders:

Simple - gives you a possibility to draw checker grid only with different colors; it`s suitable for weak mobile devices ;

Advanced - makes you able to setup different background textures , and/or use additional per-cell textures .

Surface - shader wiith smoothness/metallness setup, that allows you to put checker grid on 3d objects for PBR rendering.

See video demo at YouTube

If you have any questions, please, e-mail me to bryarey@gmail.com