Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ambient[] = {0.5,0.5,0.5,1.0};
- diffuse[] = {0.4,0.4,0.4,1.0};
- forcedDiffuse[] = {0.0,0.0,0.0,1.0};
- emmisive[] = {0.0,0.0,0.0,1.0};
- specular[] = {1.0,1.0,1.0,1.0};
- specularPower = 1.0;
- PixelShaderID = "NormalMapDetailSpecularMap";
- VertexShaderID = "NormalMap";
- class Stage1
- {
- texture = "BTHBC_Map_Data\data\objects\decals\data\bthbc_decal_rockoverlay_1_1_nohq.paa";
- uvSource = "tex";
- class uvTransform
- {
- aside[] = {5.0,0.0,0.0};
- up[] = {0.0,5.0,0.0};
- dir[] = {0.0,0.0,0.0};
- pos[] = {0.0,0.0,0.0};
- };
- };
- class Stage2
- {
- texture = "BTHBC_Map_Data\data\objects\decals\data\bthbc_decal_rockoverlay_1_1_co.paa";
- uvSource = "tex";
- class uvTransform
- {
- aside[] = {5.0,0.0,0.0};
- up[] = {0.0,5.0,0.0};
- dir[] = {0.0,0.0,0.0};
- pos[] = {0.0,0.0,0.0};
- };
- };
- class Stage3
- {
- texture = "#(argb,8,8,3)color(1.0,0.0,1.0,1.0,SM)";
- uvSource = "tex";
- class uvTransform
- {
- aside[] = {1.0,0.0,0.0};
- up[] = {0.0,1.0,0.0};
- dir[] = {0.0,0.0,0.0};
- pos[] = {0.0,0.0,0.0};
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement