This website requires JavaScript.
Explore
Help
Sign In
ilikecats
/
stk-code_catmod
Watch
1
Star
1
Fork
0
You've already forked stk-code_catmod
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2c56e19620
stk-code_catmod
/
data
/
shaders
/
sp_normal_visualizer.frag
9 lines
91 B
GLSL
Raw
Normal View
History
Unescape
Escape
Fix normal visualizer
2017-12-28 11:52:29 -05:00
flat
in
vec4
o_color
;
Add more functions to normal visualizer
2017-12-26 12:33:21 -05:00
out
vec4
o_frag_color
;
void
main
(
)
{
o_frag_color
=
o_color
;
}
Reference in New Issue
Copy Permalink