I was wondering if anyone is able to describe to me how this is done: in the screenshot here from the game Cube World, a procedurally generated world of cubes, the creator has this really nice gradient color across the cubes. Is this a shader? How is this accomplished?
I ask because I’d like to implement it in my own procedural generator (which is not necessarily cube-based) which right now only uses solid color tile sheets. Any direction or indication from those more experiences would be greatly appreciated!
Just to clarify, it’s not the lighting I’m interested in, it’s the color gradation effect. It might be more clear with this screenshot. Mainly, there seems to be an “oscillation” of color from the lighter green to the darker green (which doesn’t seem to be an effect of the lighting). In the first screenshot, the colors fade from a yellow to an orangish color. Does this fall under the vertex color shader?