Advertisement
Guest User

method2

a guest
Aug 9th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. function normal (shader, t_base, t_second, t_detail)
  2. shader:begin ("deffer_model_flat","deffer_base_flat")
  3. : fog (false)
  4. : emissive (true)
  5. shader:sampler ("s_base") :texture (t_base)
  6. end
  7.  
  8. function l_special (shader, t_base, t_second, t_detail)
  9. shader:begin ("accum_volumetric","accum_volumetric")
  10. : zb (true,false)
  11. : fog (false)
  12. : emissive (true)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement