# HG changeset patch # User Glitchvid # Date 1487993368 25200 # Node ID e4b77f39221aa251c7acaeb9eb37061b58202d41 # Parent b8bb19daf29f628bb36d3fce9120885236acd99d - Add glasspane centerline mat and textures diff -r b8bb19daf29f -r e4b77f39221a materials/glitchvid/detail/glass_detail.vtf Binary file materials/glitchvid/detail/glass_detail.vtf has changed diff -r b8bb19daf29f -r e4b77f39221a materials/glitchvid/glass/glasspane_centerline.vmt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/glitchvid/glass/glasspane_centerline.vmt Fri Feb 24 20:29:28 2017 -0700 @@ -0,0 +1,14 @@ +LightmappedGeneric +{ + "$basetexture" "glitchvid/glass/glasspane_centerline_diffuse" +// "$basetexturetransform" "center .5 .5 scale 0.5 0.5 rotate 0 translate 0 0" + "$envmapmask" "glitchvid/glass/glasspane_centerline_specular" +// "$envmapmasktransform" "center .5 .5 scale 0.5 0.5 rotate 0 translate 0 0" + "$detail" "glitchvid/detail/glass_detail" + "$detailscale" "8" + "$detailblendfactor" "1" +// Scale in hammer, else you get rendering artifacts in editor + "$surfaceprop" "glass" + "$translucent" "1" + "$envmap" "env_cubemap" +} \ No newline at end of file diff -r b8bb19daf29f -r e4b77f39221a materials/glitchvid/glass/glasspane_centerline_diffuse.vtf Binary file materials/glitchvid/glass/glasspane_centerline_diffuse.vtf has changed diff -r b8bb19daf29f -r e4b77f39221a materials/glitchvid/glass/glasspane_centerline_specular.vtf Binary file materials/glitchvid/glass/glasspane_centerline_specular.vtf has changed