X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld37_one_room;a=blobdiff_plain;f=sdr%2Fuber.p.glsl;h=18b2ee7cb7a950a4c49bc46a7557506cb2020049;hp=ee5c0f1219fe6170f7a2b52e5a2a2abf50dffd3d;hb=2efae7d9779a3eef8dcc386270ed79566cc392ad;hpb=f8ad31b8b1856784aefdd3457b6b8f5cb5576892 diff --git a/sdr/uber.p.glsl b/sdr/uber.p.glsl index ee5c0f1..18b2ee7 100644 --- a/sdr/uber.p.glsl +++ b/sdr/uber.p.glsl @@ -91,7 +91,7 @@ void main() #endif // USE_CUBEMAP vec3 ambient = gl_LightModel.ambient.rgb * KD; - gl_FragColor.rgb = ambient + diffuse + specular; + gl_FragColor.rgb = ambient + diffuse;// + specular; #ifdef USE_TEXMAP gl_FragColor.a = gl_FrontMaterial.diffuse.a * texel.a; #else