cod5-sdk/raw/techniques/build_shadowmap_model_test_sls_nc_dtex.tech
2008-11-20 00:00:00 +00:00

16 lines
290 B
Text

{
stateMap "build_shadowmap_model";
vertexShader 2.0 "vertalpha_simple_atest_nc_dtex.hlsl"
{
}
pixelShader 2.0 "vertalpha_simple_atest_nc.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}