Guest User

Untitled

a guest
Nov 12th, 2010
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. iceBall
  2. {
  3. nopicmip
  4. cull none
  5. entityMergable
  6. {
  7. map gfx/misc/iceball.tga
  8. blendFunc GL_ONE GL_ONE
  9. rgbGen vertex
  10. }
  11. }
  12.  
  13. flareShader
  14. {
  15. nopicmip
  16. cull none
  17. entityMergable
  18. {
  19. map gfx/misc/flare.tga
  20. blendFunc GL_ONE GL_ONE
  21. rgbGen vertex
  22. }
  23. }
  24.  
  25. sunFlare
  26. {
  27. nopicmip
  28. cull none
  29. entityMergable
  30. {
  31. map gfx/misc/sun.tga
  32. blendFunc GL_ONE GL_ONE
  33. rgbGen vertex
  34. alphaGen vertex
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment