Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ambient[] = {1,1,1,1};
- diffuse[] = {1,1,1,1};
- forcedDiffuse[] = {0,0,0,0};
- specular[] = {0,0,0,0};
- specularPower = 1;
- emmisive[] = {0,0,0,1};
- PixelShaderID = "NormalMapDiffuse";
- VertexShaderID = "NormalMapDiffuseAlpha";
- class Stage1
- {
- texture = "bthbc_map_data\data\bthbc_md_grass_green_nopx.paa";
- uvSource = "tex";
- class uvTransform
- {
- aside[] = {5,0,0};
- up[] = {0,5,0};
- dir[] = {0,0,0};
- pos[] = {0,0,0};
- };
- };
- class Stage2
- {
- texture = "bthbc_map_data\data\bthbc_md_grass_green_co.paa";
- uvSource = "tex";
- class uvTransform
- {
- aside[] = {5,0,0};
- up[] = {0,5,0};
- dir[] = {0,0,0};
- pos[] = {0,0,0};
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement