]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/sphere.shader
Add a moving point light to the night phase of desertpillars
[libs/gl.git] / demos / desertpillars / data / sphere.shader
index ba938ff37d541b7da724c4bbe5be543e79081e65..48fd74ae596f3acd44d4fdf7a4f362c868d89a7a 100644 (file)
@@ -1,5 +1,5 @@
 module "sphere.glsl"
 {
-       specialize "use_specular" true;
-       specialize "use_reflectivity" true;
+       specialize "use_image_based_lighting" true;
+       specialize "use_shadow_map" true;
 };