mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
ambient[] = {0.2, 0.8, 0.1, 1};
|
|
diffuse[] = {0.2, 0.8, 0.1, 1};
|
|
forcedDiffuse[] = {0.2, 0.8, 0.1, 1};
|
|
emmisive[] = {0.2, 0.8, 0.1, 1};
|
|
specular[] = {0.0, 0.0, 0.0, 0.0};
|
|
specularPower = 0.0;
|
|
renderFlags[] = {"NoZWrite", "NoAlphaWrite", "AddBlend"};
|
|
PixelShaderID = "Normal";
|
|
VertexShaderID = "Basic";
|