cod4-sdk/raw/techniques/sky.tech
2008-01-19 00:00:00 +00:00

15 lines
187 B
Text

{
stateMap "color_only";
vertexShader 1.1 "sky.hlsl"
{
}
pixelShader 2.0 "sky.hlsl"
{
skyMapSampler = material.colorMap;
}
vertex.position = code.position;
}