]> 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 d203cd1b35dd2e2a83bdb207340e4260032e4597..48fd74ae596f3acd44d4fdf7a4f362c868d89a7a 100644 (file)
@@ -1,4 +1,5 @@
 module "sphere.glsl"
 {
        specialize "use_image_based_lighting" true;
+       specialize "use_shadow_map" true;
 };