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