mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 06:20:03 +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(
|
||||
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);
|
||||
}
|
Loading…
Reference in a new issue