This website requires JavaScript.
Explore
Help
Sign In
zhangyuheng
/
ObjToSchematic
Watch
1
Star
0
Fork
0
You've already forked ObjToSchematic
forked from
mirror/ObjToSchematic
Code
Pull Requests
1
Activity
7c71f60817
ObjToSchematic
/
res
/
shaders
/
debug_fragment.fs
8 lines
93 B
Forth
Raw
Normal View
History
Unescape
Escape
Added grid, fixed #29
2022-03-08 02:45:06 +08:00
precision
mediump
float;
Added transparency to debug rendering
2022-05-15 00:41:27 +08:00
varying
vec4
v_colour;
Added grid, fixed #29
2022-03-08 02:45:06 +08:00
void
main()
{
Added transparency to debug rendering
2022-05-15 00:41:27 +08:00
gl_FragColor
=
v_colour;
Added grid, fixed #29
2022-03-08 02:45:06 +08:00
}
Copy Permalink