Template:PatchDiff/June 6, 2013 Patch/portal2/pak01 dir.vpk/materials/models/props/lab monitor/lab monitor logo.vmt

From the Portal Wiki
Jump to navigation Jump to search
N/A1UnLittwotexture
N/A2{
N/A3$basetexture "models/props/lab_monitor/lab_monitor_logo"
N/A4$surfaceprop metal
N/A5"%tooltexture" "dev/dev_scanline"
N/A6$texture2 "dev/dev_scanline"
N/A7$model 1
N/A8$one 1
N/A9$zero 0
N/A10$temp 0
N/A11$texoffset "[0 0]"
N/A12$texscale .25
N/A13$tex2offset "[0 0]"
N/A14$tex2scale 0
N/A15$a_b_halfwidth 0.1
N/A16$a_b_noise 0
N/A17$a_s_halfwidth 0.025
N/A18$a_s_noise 0
N/A19$a_t_halfwidth 0.00
N/A20$a_threshold 0.7
N/A21$alpha_bias 0.2
N/A22 
N/A23$j_b_halfwidth 2
N/A24$j_b_noise 0
N/A25$j_s_halfwidth 0.05
N/A26$j_s_noise 0
N/A27$j_t_halfwidth 0.25
N/A28$j_threshold 3
N/A29$j_basescale 2
N/A30 
N/A31$xo_b_halfwidth 0.035
N/A32$xo_b_noise 0
N/A33$xo_s_halfwidth 0.001
N/A34$xo_s_noise 0
N/A35$xo_t_halfwidth 0.0
N/A36$xo_threshold 0.1
N/A37Proxies
N/A38{
N/A39Sine
N/A40{
N/A41resultVar "$color[0]"
N/A42sineperiod 1
N/A43sinemin .9
N/A44sinemax .9
N/A45}
N/A46Sine
N/A47{
N/A48resultVar "$color[1]"
N/A49sineperiod .01
N/A50sinemin .9
N/A51sinemax 1
N/A52}
153 
254GaussianNoise
355{
456mean $zero
N/A57halfwidth $a_b_halfwidth
N/A58resultVar $a_b_noise
N/A59}
N/A60Abs
N/A61{
N/A62srcVar1 $a_b_noise
N/A63resultVar $a_b_noise
N/A64}
N/A65Subtract
N/A66{
N/A67srcvar1 $one
N/A68srcvar2 $a_b_noise
N/A69resultvar $a_b_noise
N/A70}
N/A71GaussianNoise
N/A72{
N/A73mean $zero
574halfwidth $a_s_halfwidth
675resultVar $a_s_noise
776}