Wed, 13 Jul 2016 19:23:31 -0600
- Add ceiling vent
- Add motion detector
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/models/props/foreguard/ceiling/ceilingventgrill.vmt Wed Jul 13 19:23:31 2016 -0600 @@ -0,0 +1,10 @@ +"VertexlitGeneric" +{ + "$basetexture" "models/props/foreguard/ceiling/ceilingvent01grill_diffuse" + "$model" 1 + $translucent 1 +// $envmap env_cubemap +// $envmaptint "[1 1 1]" + $detail "glitchvid/detail/metal_scratches_detail" + $detailscale "0.02" +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/models/props/foreguard/ceiling/ceilingventmetal.vmt Wed Jul 13 19:23:31 2016 -0600 @@ -0,0 +1,10 @@ +"VertexlitGeneric" +{ + "$basetexture" "models/props/foreguard/ceiling/ceilingvent01_diffuse" + "$basealphaenvmapmask" "1" + "$model" 1 + $envmap env_cubemap + $envmaptint "[1 1 1]" + $detail "glitchvid/detail/metal_scratches_detail" + $detailscale "2.5" +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/models/props/foreguard/ceiling/motiondetector01body.vmt Wed Jul 13 19:23:31 2016 -0600 @@ -0,0 +1,11 @@ +"VertexlitGeneric" +{ + "$basetexture" "models/props/foreguard/ceiling/motiondetector01body_diffuse" + "$model" 1 + "$phong" "1" + "$BasemapAlphaPhongMask" "1" + $phongexponent 45 + $phongboost 10 + $phongfresnelranges "[0 0.25 0.5]" + +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/models/props/foreguard/ceiling/motiondetector01tip.vmt Wed Jul 13 19:23:31 2016 -0600 @@ -0,0 +1,11 @@ +"VertexlitGeneric" +{ + "$basetexture" "models/props/foreguard/ceiling/motiondetector01body_diffuse" + "$model" 1 + "$phong" "1" + "$BasemapAlphaPhongMask" "1" + $phongexponent 10 + $phongboost 200 + $phongfresnelranges "[0 0.5 1]" + +}