mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:36:24 +02:00
more hacking
This commit is contained in:
parent
5774af0856
commit
9496b6c024
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ void main(void) {
|
||||||
packDeferredFragment(
|
packDeferredFragment(
|
||||||
normalize(interpolatedNormal.xyz),
|
normalize(interpolatedNormal.xyz),
|
||||||
glowIntensity, // glowIntensity * texel.a,
|
glowIntensity, // glowIntensity * texel.a,
|
||||||
vec3(0,0,1), // gl_Color.rgb * texel.rgb,
|
gl_Color.rgb, // gl_Color.rgb * texel.rgb,
|
||||||
vec3(0,0,1), // gl_FrontMaterial.specular.rgb,
|
gl_FrontMaterial.specular.rgb,
|
||||||
1); // gl_FrontMaterial.shininess);
|
gl_FrontMaterial.shininess);
|
||||||
}
|
}
|
Loading…
Reference in a new issue