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 >
Wrap
Text File
|
2005-05-24
|
1KB
|
50 lines
;***************************************************************************
; Author: Laszlo Rimoczi (Rimo)
; Purpose: RMetaSmoke.mat
;
; Copyright (C) 2005 by Digital Reality Inc.
; All rights reserved.
;
; This source may not be distributed and/or modified without
; expressly written permission by Digital Reality Inc.
;***************************************************************************
CLONE = "DEFAULT.MAT", "DEFERRED-ALBEDO.PASS"
RS_ALPHABLENDENABLE = "TRUE"
;RS_SRCBLEND = "BLEND_ONE"
;RS_BLENDOP = "BLENDOP_MUL"
;RS_DESTBLEND = "BLEND_INVSRCCOLOR"
RS_SRCBLEND = "BLEND_SRCALPHA"
RS_BLENDOP = "BLENDOP_ADD"
RS_DESTBLEND = "BLEND_INVSRCALPHA"
RS_COLORWRITEENABLE = "COLORWRITEENABLE_ALL"
RS_ZWRITEENABLE = "FALSE"
VERTEXSHADER = "rmetasmoke-deferred-normal-vertex.hlsl"
PIXELSHADER = "rmetasmoke-deferred-normal-pixel.hlsl"
;[SAMPLER]
;{
; TEXTURESLOT = "TEXT_DIFFUSE"
; SAMP_ADDRESSU = "TADDRESS_WRAP"
; SAMP_ADDRESSV = "TADDRESS_WRAP"
; SAMP_MAGFILTER = "TEXF_LINEAR"
; SAMP_MINFILTER = "TEXF_LINEAR"
; SAMP_MIPFILTER = "TEXF_LINEAR"
;}
[SAMPLER]
{
TEXTURESLOT = "TEXT_BUMP"
SAMP_ADDRESSU = "TADDRESS_WRAP"
SAMP_ADDRESSV = "TADDRESS_WRAP"
SAMP_MAGFILTER = "TEXF_LINEAR"
SAMP_MINFILTER = "TEXF_LINEAR"
SAMP_MIPFILTER = "TEXF_LINEAR"
}