Sat, 23 Jul 2016 10:54:58 -0600
- Update wallight to work properly
- Add phong proper to walllight01
- Fix motiondetector halflambert
--- a/materials/models/props/foreguard/ceiling/motiondetector01body.vmt Sat Jul 23 10:02:09 2016 -0600 +++ b/materials/models/props/foreguard/ceiling/motiondetector01body.vmt Sat Jul 23 10:54:58 2016 -0600 @@ -3,6 +3,7 @@ "$basetexture" "models/props/foreguard/ceiling/motiondetector01body_diffuse" "$model" 1 "$phong" "1" + "$halflambert" "1" "$BasemapAlphaPhongMask" "1" $phongexponent 45 $phongboost 10
--- a/materials/models/props/foreguard/ceiling/motiondetector01tip.vmt Sat Jul 23 10:02:09 2016 -0600 +++ b/materials/models/props/foreguard/ceiling/motiondetector01tip.vmt Sat Jul 23 10:54:58 2016 -0600 @@ -3,6 +3,7 @@ "$basetexture" "models/props/foreguard/ceiling/motiondetector01body_diffuse" "$model" 1 "$phong" "1" + "$halflambert" "1" "$BasemapAlphaPhongMask" "1" $phongexponent 10 $phongboost 200
--- a/materials/models/props/foreguard/lights/walllight01off.vmt Sat Jul 23 10:02:09 2016 -0600 +++ b/materials/models/props/foreguard/lights/walllight01off.vmt Sat Jul 23 10:54:58 2016 -0600 @@ -2,10 +2,11 @@ { "$basetexture" "models/props/foreguard/lights/walllight01off_diffuse" "$model" 1 + $BasemapAlphaPhongMask 1 "$phong" "1" - "$halflamber" "1" - $phongexponent 20 - $phongboost 1 + "$halflambert" "1" + $phongexponent 2 + $phongboost 2 $phongfresnelranges "[0 0.25 0.5]" }
--- a/materials/models/props/foreguard/lights/walllight01on.vmt Sat Jul 23 10:02:09 2016 -0600 +++ b/materials/models/props/foreguard/lights/walllight01on.vmt Sat Jul 23 10:54:58 2016 -0600 @@ -3,9 +3,12 @@ "$basetexture" "models/props/foreguard/lights/walllight01on_diffuse" "$model" 1 "$phong" "1" - "$halflamber" "1" - $phongexponent 20 - $phongboost 1 + $BasemapAlphaPhongMask 1 + "$halflambert" "1" + $phongexponent 2 + $phongboost 2 $phongfresnelranges "[0 0.25 0.5]" +// Phong doesn't even work here $selfillum 1 + $selfillummask "models/props/foreguard/lights/walllight01_selfillum" }