// $Revision$ $Author$ $DateTime$ //------------------------------------------------------------------------------------------------ // // ***************** FIRAXIS GAME ENGINE ******************** // // FILE: VSTerrain_3BP2_11.vsh // // AUTHOR: Bart Muzzin - 19/03/2004 // // PURPOSE: 2nd pass of a terrain shader that does three texture blends // //------------------------------------------------------------------------------------------------ // Copyright (c) 2004 Firaxis Games, Inc. All rights reserved. //------------------------------------------------------------------------------------------------ #define ALPHA_REG v5 #define COLOR_REG dcl_color2 #define TEXTURE_1 // This shader uses texture #1. #define TEXTURE_2 // This shader uses texture #2. #define TEXTURE_3 // This shader uses texture #3. vs_1_1 #include "VSTerrain_Base_11.vsh"