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

21 lines
573 B
Text

{
stateMap "build_floatz";
vertexShader 2.0 "treecanopy_sm_prepass_buildfloatzv_nc_dtex.hlsl"
{
treeCanopyMinimumSway = material.treeCanopyMinimumSway;
treeCanopyScaleRotationAngles = material.treeCanopyScaleRotationAngles;
treeCanopyAmbientOcclusion = material.treeCanopyAmbientOcclusion;
}
pixelShader 2.0 "treecanopy_sm_prepass_buildfloatzp_nc.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
//vertex.normal = code.normal;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}