Guest User

Untitled

a guest
Apr 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Properties {
  2. _MainTex ("Particle Texture", 2D) = "white" {}
  3. }
  4.  
  5. Category {
  6. Tags { "Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent" }
  7. Blend SrcAlpha OneMinusSrcAlpha
  8. Cull Off Lighting Off ZWrite Off Fog { Color (0,0,0,0) }
  9.  
  10. BindChannels {
  11. Bind "Color", color
  12. Bind "Vertex", vertex
  13. Bind "TexCoord", texcoord
  14. }
  15.  
  16. SubShader {
  17. Pass {
  18. SetTexture [_MainTex] {
  19. combine texture * primary
  20. }
  21. }
  22. }
  23. }
  24. }
Add Comment
Please, Sign In to add comment