cod5-sdk/raw/techniques/debug_bumpmap_nc_dtex_ct.tech

19 lines
325 B
Text
Raw Normal View History

2008-11-20 00:00:00 +00:00
{
stateMap "default";
vertexShader 2.0 "debug_normals_nc_dtex.hlsl"
{
}
pixelShader 2.0 "debug_normals.hlsl"
{
normalMapSampler = material.normalMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.texcoord[0] = code.texcoord[0];
vertex.texcoord[1] = code.tangent;
}