X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fsphere.shader;h=48fd74ae596f3acd44d4fdf7a4f362c868d89a7a;hb=0d94309bc07629feea62bd03837b6e21ccc15b6f;hp=d203cd1b35dd2e2a83bdb207340e4260032e4597;hpb=e03a752116ab28283bf89dddf1228804cc853a7b;p=libs%2Fgl.git 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; };