mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
19 lines
593 B
Plaintext
19 lines
593 B
Plaintext
////////////////////////////////////////////////////////////////////
|
|
//DeRap: Produced from mikero's Dos Tools Dll version 3.97
|
|
//http://dev-heaven.net/projects/list_files/mikero-pbodll
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#define _ARMA_
|
|
|
|
//Class dayz_weapons : textures\flare_red.rvmat{
|
|
ambient[] = {1.0,1.0,1.0,3.25};
|
|
diffuse[] = {1.0,1.0,1.0,1.0};
|
|
forcedDiffuse[] = {0.0,0.0,0.0,0.0};
|
|
emmisive[] = {1.0,1.0,1.0,1.0};
|
|
specular[] = {0.0,0.0,0.0,1.0};
|
|
specularPower = 1.0;
|
|
renderFlags[] = {"AddBlend"};
|
|
PixelShaderID = "Normal";
|
|
VertexShaderID = "Basic";
|
|
//};
|