Advertisement
illwieckz

metro tree deformvertex bug

Feb 11th, 2016
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.27 KB | None | 0 0
  1. textures/metro/40c_e
  2. {
  3.     qer_editorimage textures/metro/40c_e
  4.     qer_alphafunc greater .5
  5.  
  6.     cull disable
  7.     deformvertexes autosprite2
  8.  
  9.     {
  10.         map textures/metro/40c_e
  11.         alphafunc ge128
  12.         depthwrite
  13.     }
  14.     {
  15.         map $lightmap
  16.         blendfunc filter
  17.         depthfunc equal
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement