This website requires JavaScript.
Explore
Help
Sign In
dash-3d-tmp
/
model-converter
Watch
2
Star
0
Fork
You've already forked model-converter
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
80b397d3ec
model-converter
/
assets
/
shaders
/
shader.frag
9 lines
86 B
GLSL
Raw
Blame
History
#version 140
out
vec4
color
;
void
main
(
)
{
color
=
vec4
(
1.0
,
0.0
,
0.0
,
1.0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink