home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / demowot_english.exe / InfDX / Materials / rmetasmoke.mat / deferred-normal.pass < prev    next >
Text File  |  2005-05-24  |  1KB  |  50 lines

  1. ;***************************************************************************
  2. ; Author:  Laszlo Rimoczi (Rimo)
  3. ; Purpose: RMetaSmoke.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", "DEFERRED-ALBEDO.PASS"
  13.  
  14. RS_ALPHABLENDENABLE = "TRUE"
  15.  
  16. ;RS_SRCBLEND = "BLEND_ONE"
  17. ;RS_BLENDOP = "BLENDOP_MUL"
  18. ;RS_DESTBLEND = "BLEND_INVSRCCOLOR"
  19.  
  20. RS_SRCBLEND = "BLEND_SRCALPHA"
  21. RS_BLENDOP = "BLENDOP_ADD"
  22. RS_DESTBLEND = "BLEND_INVSRCALPHA"
  23.  
  24. RS_COLORWRITEENABLE = "COLORWRITEENABLE_ALL"
  25.  
  26. RS_ZWRITEENABLE = "FALSE"
  27.  
  28. VERTEXSHADER = "rmetasmoke-deferred-normal-vertex.hlsl"
  29. PIXELSHADER = "rmetasmoke-deferred-normal-pixel.hlsl"
  30.  
  31. ;[SAMPLER]
  32. ;{
  33. ;    TEXTURESLOT = "TEXT_DIFFUSE"
  34. ;    SAMP_ADDRESSU = "TADDRESS_WRAP"
  35. ;    SAMP_ADDRESSV = "TADDRESS_WRAP"
  36. ;    SAMP_MAGFILTER = "TEXF_LINEAR"
  37. ;    SAMP_MINFILTER = "TEXF_LINEAR"
  38. ;    SAMP_MIPFILTER = "TEXF_LINEAR"
  39. ;}
  40.  
  41. [SAMPLER]
  42. {
  43.     TEXTURESLOT = "TEXT_BUMP"
  44.     SAMP_ADDRESSU = "TADDRESS_WRAP"
  45.     SAMP_ADDRESSV = "TADDRESS_WRAP"
  46.     SAMP_MAGFILTER = "TEXF_LINEAR"
  47.     SAMP_MINFILTER = "TEXF_LINEAR"
  48.     SAMP_MIPFILTER = "TEXF_LINEAR"
  49. }
  50.