mirror of
https://github.com/seigler/brunch-threejs
synced 2025-07-26 09:06:09 +00:00
5 lines
61 B
GLSL
5 lines
61 B
GLSL
uniform vec4 color;
|
|
|
|
void main() {
|
|
gl_FragColor = color;
|
|
}
|