X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fsphere.shader;h=48fd74ae596f3acd44d4fdf7a4f362c868d89a7a;hp=d203cd1b35dd2e2a83bdb207340e4260032e4597;hb=33577fd6ef75f1c3af77720fde351459727ca68c;hpb=8751e01c31094455bbe72d23ac1bffd9a86c7c45 diff --git a/demos/desertpillars/data/sphere.shader b/demos/desertpillars/data/sphere.shader index d203cd1b..48fd74ae 100644 --- a/demos/desertpillars/data/sphere.shader +++ b/demos/desertpillars/data/sphere.shader @@ -1,4 +1,5 @@ module "sphere.glsl" { specialize "use_image_based_lighting" true; + specialize "use_shadow_map" true; };