more hacking

This commit is contained in:
ZappoMan 2015-07-23 13:56:59 -07:00
parent 5774af0856
commit 9496b6c024

View file

@ -26,7 +26,7 @@ void main(void) {
packDeferredFragment(
normalize(interpolatedNormal.xyz),
glowIntensity, // glowIntensity * texel.a,
vec3(0,0,1), // gl_Color.rgb * texel.rgb,
vec3(0,0,1), // gl_FrontMaterial.specular.rgb,
1); // gl_FrontMaterial.shininess);
gl_Color.rgb, // gl_Color.rgb * texel.rgb,
gl_FrontMaterial.specular.rgb,
gl_FrontMaterial.shininess);
}