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
b7771642ca
stk-code_catmod
/
data
/
shaders
/
glow_object.frag
9 lines
104 B
GLSL
Raw
Normal View
History
Unescape
Escape
Fix glowobject frag shader
2014-09-05 16:08:35 -04:00
flat
in
vec4
glowColor
;
Gather object in instanced calls
2014-08-25 12:20:37 -04:00
Fix glowobject frag shader
2014-09-05 16:08:35 -04:00
out
vec4
FragColor
;
Gather object in instanced calls
2014-08-25 12:20:37 -04:00
void
main
(
)
{
FragColor
=
vec4
(
glowColor
.
rgb
,
1.0
)
;
}
Reference in New Issue
Copy Permalink