Fixed obj.fs.glsl from log testing.
This commit is contained in:
@@ -5,7 +5,7 @@ in float light;
|
||||
|
||||
uniform sampler2D tex;
|
||||
|
||||
void main ()l
|
||||
void main ()
|
||||
{
|
||||
vec4 color = texture(tex, vcoord);
|
||||
color.xyz *= light;
|
||||
|
||||
Reference in New Issue
Block a user