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

Particle based trail

Trail dewiggle

guest

0 Comments
Inline Feedbacks
View all comments