home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / demowot_english.exe / InfDX / Materials / rmeshsmoke.mat / shadowmap-misc.pass < prev    next >
Text File  |  2005-05-20  |  973b  |  35 lines

  1. ;***************************************************************************
  2. ; Author:  Laszlo Rimoczi (Rimo)
  3. ; Purpose: RMeshSmoke.mat
  4. ;
  5. ; Copyright (C) 2005 by Digital Reality Inc.
  6. ; All rights reserved.
  7. ;
  8. ; This source may not be distributed and/or modified without
  9. ; expressly written permission by Digital Reality Inc.
  10. ;***************************************************************************
  11.  
  12. CLONE = "DEFAULT.MAT", "SHADOWMAP.PASS"
  13.  
  14. RS_ALPHABLENDENABLE = "TRUE"
  15. RS_SRCBLEND = "BLEND_DESTCOLOR"
  16. RS_BLENDOP = "BLENDOP_ADD"
  17. RS_DESTBLEND = "BLEND_ZERO"
  18.  
  19. RS_COLORWRITEENABLE = "COLORWRITEENABLE_BLUE"
  20.  
  21. RS_ZWRITEENABLE = "FALSE"
  22.  
  23. VERTEXSHADER = "shadowmap-misc-alpha-vertex.hlsl"
  24. PIXELSHADER = "shadowmap-misc-alpha-pixel.hlsl"
  25.  
  26. [SAMPLER]
  27. {
  28.     TEXTURESLOT = "TEXT_DIFFUSE"
  29.     SAMP_ADDRESSU = "TADDRESS_WRAP"
  30.     SAMP_ADDRESSV = "TADDRESS_WRAP"
  31.     SAMP_MAGFILTER = "TEXF_LINEAR"
  32.     SAMP_MINFILTER = "TEXF_LINEAR"
  33.     SAMP_MIPFILTER = "TEXF_LINEAR"
  34. }
  35.