Placeholder

Placeholder for a shader coming soon…

Shader code
shader_type spatial;

void fragment() {
	ALBEDO=vec2(float(int(UV.x*8.)+int(UV.y*8.)&1),0).xyx;
}
The shader code and all code snippets in this post are under MIT license and can be used freely. Images and videos, and assets depicted in those, do not fall under this license. For more info, see our License terms.

More from celyk

Notes on the light function

Quick sky

Particle based trail

Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments