cod4-sdk/raw/techniques/reflexsight.tech

21 lines
392 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "default";
vertexShader 1.1 "reflexsight.hlsl"
{
detailScale = material.detailScale;
}
pixelShader 2.0 "reflexsight.hlsl"
{
colorMapSampler = material.colorMap;
detailMapSampler = material.detailMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.texcoord[0] = code.texcoord[0];
vertex.texcoord[2] = code.tangent;
}