baby lock the door and turn the lights down low
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / scene_vertex_blend.fs
index 7efd6800dc6084b2218f2fdf3598c99fdff89871..e9c5c15519b8adcf511343b39f86a4378094b28d 100644 (file)
@@ -40,6 +40,6 @@ void main()
       vfrag = vec3(0.5);
    }
 
-   vfrag = scene_do_lighting( vfrag, qnorm );
+   vfrag = scene_compute_lighting( vfrag, qnorm, aWorldCo );
    oColour = vec4(vfrag, 1.0);
 }