X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fsphere_phong.tech;fp=demos%2Fdesertpillars%2Fdata%2Fsphere_phong.tech;h=0000000000000000000000000000000000000000;hb=e03a752116ab28283bf89dddf1228804cc853a7b;hp=638d243c2cf49b1833f2393e472907b0a1510ba2;hpb=7834588fc4f3846641bb9eed680a8890b8852a9a;p=libs%2Fgl.git diff --git a/demos/desertpillars/data/sphere_phong.tech b/demos/desertpillars/data/sphere_phong.tech deleted file mode 100644 index 638d243c..00000000 --- a/demos/desertpillars/data/sphere_phong.tech +++ /dev/null @@ -1,16 +0,0 @@ -pass "" -{ - material - { - type basic; - diffuse 0.0 0.0 0.0; - specular 0.77 0.78 0.78; - reflectivity 0.77; - }; - shader "sphere.shader"; -}; -pass "shadow" -{ - //shader "_occluder.glsl.shader"; - shader "sphere.shader"; -};